View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Rick Knight[_2_] Rick Knight[_2_] is offline
external usenet poster
 
Posts: 2
Default Create and show UserForm from Add-In

Thanks for your help guys, it worked a treat!

I dynamically created a function in my workbook, that returned a
reference to the newly created user form (ie. VBA.UserForms.Add(...)).

Once I had the reference, in my XLA, I could manipulate the controls
and finally show the form.

Thanks once again.
Cheers
Rick :-)