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
|