ToolsAdvancedSettings Command Writes to WINWORD6.INILast reviewed: July 30, 1997Article ID: Q110378 |
The information in this article applies to:
SYMPTOMSIf you use the ToolsAdvancedSettings to write to an .INI file, the information is written to the WINWORD6.INI by default unless another .INI file is specified in the .Application parameter.
RESOLUTIONTo write to an .INI file other than WINWORD6.INI, specify the filename with the .Application parameter. For example, the following macro line writes to the WINWORD6.INI since no other .INI file is specified in the .Application parameter:
ToolsAdvancedSettings .Application = "Doc2Help", .Option = "ThisIsATest", .Setting = "test"The following example writes to the WIN.INI file:
ToolsAdvancedSettings .Application = "Doc2Help (WIN.INI)", .Option= "ThisIsATest", .Setting = "test"Kbcategory: kbusage kbmacro KBSubcategory: |
Additional query words: 6.0 macros winword word6
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |