View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jacob[_3_] jacob[_3_] is offline
external usenet poster
 
Posts: 9
Default Modeless userform

I have a userform which would benefit from being run
modeless. When running it modeless I need to update
parameter lists in the userform, whenever the user wants
to use it again, to reflect changes in books, sheets etc.

Thought I could use the UserForm_Activate event for this,
but it will not fire.

Is there any event I could use for this? If not, how can
I know when the user starts to use the form again,
without her hitting any commandbuttons etc. on it, which
might misfire due to not updated information.

any help appreciated