OFF98: Some Arguments Are Not Auto-Capitalized in Visual Basic

ID: Q183998

The information in this article applies to:

SYMPTOMS

When you type arguments into a Microsoft Visual Basic for Applications Sub procedure, some of the arguments may not be automatically capitalized.

CAUSE

Visual Basic automatically capitalizes an argument that is recognized as more than one of the following: an object, a method, a property, or a type library name. For example, "Name" can be an argument and a property so the "N" is capitalized. However, "savechanges" is an argument only, so the "s" and the "c" are not capitalized.

Additional query words: OFF98

Keywords          : kbdta xlvbainfo OffVBA 
Version           : MACINTOSH:98
Platform          : MACINTOSH
Issue type        : kbprb

Last Reviewed: April 17, 1998