Hi Dan
Assign to what ? Just a guess; you're using a commandbutton from the
controls toolbox. They have their own macros. Choose "view code" (also
rightclick) and call your macro from that one, like
Private Sub CommandButton1_Click()
Call FantasticMacro
End Sub
HTH. Best wishes Harald
"OWU Programming" <OWU
skrev i
melding ...
Is there a VB command method to execute a macro if the
Assign Macro doesn't show. Or is there something
changed I need to fix.
TIA
Dan Cring