View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default I cannot use Assign macro in Excel. Could before but not now. A.

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