The information in this article applies to:
SYMPTOMSWhen you run a Visual Basic for Applications macro that modifies cell comments on a worksheet, you may receive the following error message:
CAUSEYou may see this behavior if you record a macro that moves or resizes the cell Comment. The Macro Recorder does not record the selection of the Comment properly, which is necessary for modifying the size or position of the Comment on the worksheet. WORKAROUNDTo avoid this problem, add the following two lines of macro code before the line that reads Selection.RangeShape... in the recorded macro:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONAdditional query words:
Keywords : kbcode kberrmsg kbprg xlvbainfo |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |