View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Call recorded macro from VBA code

Private Sub Worksheet_Activate()
myMacro
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


wrote in message
oups.com...
I would like to call a recorded macro on Worksheet_activate(). How do
I invoke it?

Thanks!