View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Otto Moehrbach Otto Moehrbach is offline
external usenet poster
 
Posts: 1,090
Default Lower case "a" in "application"

Excel XP & Win XP
This is a minor problem, I think, but I have never seen this happen before.
When I use any of the following or when I use "application" when using a
worksheet function in VBA, the leading "a" is lower case. Even when I
manually change it to upper case, Excel will change it back to lower case.
Before now, Excel has always made it upper case regardless of what case I
used.
My question: Why is this? Thanks for your time. Otto
application.ScreenUpdating = False
application.EnableEvents = False
application.DisplayAlerts = False