Thread: Form Names
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug Doug is offline
external usenet poster
 
Posts: 460
Default Form Names

I have a form named frmAbout with a capital A. In my code I have
frmabout.show, or frmabout.hide. They have small a. When I change to
capital A it changes back to small a. If I run the code I get an error
message "Object Variable or With Block Variable Not Set." If I change the
form name in Properties to frmabout with small a and re run the code, I get
the same error. 2 questions: What causes the A to change? Is the error
related to the 'A' or could there be some other problem with my code.