View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RyanH RyanH is offline
external usenet poster
 
Posts: 586
Default UserForm ShowModal Problem

I have a UserForm that will not Unload correctly for some reason when
ShowModal = True. I get a Run-time Error '91': Object Variable or With
block variable not set. But when I change ShowModal = False then everything
Unloads properly. I have 8 other UserForms that have ShowModal = True and
they all Unload just fine. Anybody know why this happens?

Thanks in Advance,
Ryan