Thread: UserForms
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
soniya soniya is offline
external usenet poster
 
Posts: 23
Default UserForms

Hi All,

I have userform1 and userform2

normally userform2 is activated by clicking
commandbutton1 in userform1 and when userform2 closed
userform1 is activated againd.

now if i want to activate useform2 independadly how i can
identify whether it was called from userform1 or not. so
if it is not activated from userform1 then when i close
userform2 it will not show userform1

TIA
Soniya