Microsoft KB Archive/110895: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 15: Line 15:
-----
-----


Page 191 of the "Visual Basic User's Guide," states the following:
Page 191 of the "Visual Basic User's Guide," states the following:


<blockquote>The following example starts Microsoft Project and sets its WindowState property to maximized.
<blockquote>The following example starts Microsoft Project and sets its WindowState property to maximized.

Latest revision as of 11:19, 20 July 2020

XL5: DocErr: Referring Directly to Objects in Visual Basic



The information in this article applies to:


  • Microsoft Excel for Windows, version 5.0



Page 191 of the "Visual Basic User's Guide," states the following:

The following example starts Microsoft Project and sets its WindowState property to maximized.

      MSProject.WindowState = pjMaximized 

This statement is incorrect. The example code does not start Microsoft Project, it only maximizes the application window. This statement should read:

The following example sets the WindowState property of Microsoft Project to maximized.

For more information about WindowState, choose the Search button in Help and type:

WindowState

Additional query words:

Keywords :
Version : 5.00
Platform : WINDOWS
Issue type :
Technology :


Last Reviewed: September 14, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.