Microsoft KB Archive/106348: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "<" to "<")
Line 47: Line 47:
The ToolsOptions command uses the following syntax:
The ToolsOptions command uses the following syntax:


<pre class="CODESAMP">  ToolsOptions .Tab = &lt;NN&gt; </pre>
<pre class="CODESAMP">  ToolsOptions .Tab = <NN&gt; </pre>
&lt;NN&gt; is a value from 0 (zero) through 11, corresponding to the 12 dialog tabs in the Tools Options dialog box. Any number less than 0 or greater than 11 is invalid.
<NN&gt; is a value from 0 (zero) through 11, corresponding to the 12 dialog tabs in the Tools Options dialog box. Any number less than 0 or greater than 11 is invalid.


Additional query words: tool bar
Additional query words: tool bar

Revision as of 15:05, 20 July 2020

WD: View Dialog Tab Appears with Invalid ToolsOptions Command

Q106348



The information in this article applies to:


  • Microsoft Word for Windows, versions 6.0, 6.0a, 6.0c
  • Microsoft Word for Windows, version 7.0
  • Microsoft Word for the Macintosh, version 6.0





SYMPTOMS

If you run the ToolsOptions command in a WordBasic macro and use an invalid value for the .Tab argument, Microsoft Word does not display an error message. Instead, Word opens the View tab in the Tools Options dialog box.



RESOLUTION

Assign a valid value to the .Tab argument (that is, a value from 0 through 11).



STATUS

Microsoft has confirmed this to be a problem in the versions of Microsoft Word listed above. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.



MORE INFORMATION

The ToolsOptions command uses the following syntax:

   ToolsOptions .Tab = <NN> 

<NN> is a value from 0 (zero) through 11, corresponding to the 12 dialog tabs in the Tools Options dialog box. Any number less than 0 or greater than 11 is invalid.

Additional query words: tool bar

Keywords : kbmacro winword macword word6 word7 word95
Issue type : kbbug
Technology :


Last Reviewed: November 4, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.