Thread: VBModal Error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jenny Jenny is offline
external usenet poster
 
Posts: 16
Default VBModal Error

Ok, I have a macro with a userform in it called MainForm.
When I try to run the command MainForm.Show VbModal I get
an error. It tells me that the method is not recognized
(and it highlights VbModal). When I change the command to
MainForm.Show 1 (which is the same as the previous
command) I get an error saying that there are the wrong
number of arguments.

Also, I only get this error on machines running Windows
98. I registered the appropriate DLLs and I have done
everything else I can think of to fix this. Can someone
please tell me why this is happening and how to fix it?

Thanks!

~Jenny