| Description of Auto Quote Option in WinWord Macro Dialog BoxLast reviewed: July 30, 1997Article ID: Q88593 | 
| The information in this article applies to: 
 
 SUMMARYIn the Microsoft Word for Windows Macro Dialog Editor, the Auto Quote feature encloses button label text, which you type in the Text$ box of the Option Button Information dialog box, in quotation marks. This causes your entry to be a text string, rather than a literal variable name. 
 MORE INFORMATIONFor example, if you type 
 A$in the Text$ box of the Option Button Information dialog box, the text is enclosed in quotation marks and appears on the button as "A$" (without the quotation marks) if the Auto Quote check box is selected. If the Auto Quote check box is not selected, "A$" is treated as a variable name, and the value A$ appears on the button face. The following examples show the difference between the macro text of a dialog box created with the Auto Quote check box selected and the macro text of a dialog box with the Auto Quote check box cleared, when "Bill$" (without the quotation marks) is typed in the Text$ box: 
 
 auto and quote and macrode.exe and REFERENCES"Microsoft Word for Windows User's Guide," version 2.0, pages 787-792 Kbcategory: kbusage kbmacro KBSubcategory: | 
| Additional query words: winword2 2.0 2.0a 2.0a-CD 2.0b 2.0c 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use. |