Hi there,
I'm trying to show userform with commands which are linked to VBA modules.
I have a module "Main_Userform_Show" which has sub procedure and vbModeless code:
Sub UsrfrmShow()
[/indent]Userform1.Show vbModeless
End Sub
When ran from module, Userform1 appears.
When ran from toolbar or...