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



The information in this article applies to:

  • Microsoft Office 98 Macintosh Edition
  • Microsoft Excel 98 Macintosh Edition
  • Microsoft Word 98 Macintosh Edition
  • Microsoft PowerPoint 98 Macintosh Edition

This article was previously published under Q183998

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.

Modification Type:MajorLast Reviewed:11/25/2003
Keywords:kbprb KB183998