The information in this article applies to:
SYMPTOMSIn Microsoft Excel 97, if you insert a WordArt object while you are recording a Visual Basic for Applications macro, and then run the macro, the following error message may appear:
CAUSE
This problem may occur if the text in the WordArt object you insert
contains any quotation marks. When you record the commands to create this
kind of WordArt object, Microsoft Excel 97 may not insert the correct
combination of quotation marks in the recorded code, and the macro does not
work.
We're the "Wright" Solution!the recorded code may look similar to the following:
Note that the word "Wright" is enclosed in quotation marks.
RESOLUTIONTo resolve this problem, add an additional set of quotation marks around the text that you want to appear in quotation marks. For example, change the example code to the following:
Note the second set of quotation marks around the word "Wright."
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem no longer occurs in Microsoft Excel 2000. Additional query words: XL97
Keywords : kberrmsg kbprg xlvbahowto xlvbainfo xldraw |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |