View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Resant Resant is offline
external usenet poster
 
Posts: 23
Default Bug When Try Using VBA.UserForms(FormName).Show

Hi All

I have problem when using VBA.UserForms(FormName).Show.
If I try to hide the form that showed by above code, that will cause
error :
Run-time error 402
Must close or hide topmost modal form first.

Is it bug or any other solution that can handle this problem?


Thanks,

Resant