View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shawn G. Shawn G. is offline
external usenet poster
 
Posts: 35
Default userform in an addin

Can you have userforms in addins? If so how do you call them from a workbook.

I have a button on the worksheet that executes

Private Sub cmdMain_Click()
'*** Shows the main menu ***

FormReleaseStartup.Show
End Sub

but errors with Variable Not Defined.
FormReleaseStartup is in the addin.

Any help would be great
Thanks,
Shawn