View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
SpeeD[_2_] SpeeD[_2_] is offline
external usenet poster
 
Posts: 9
Default Rum macro in procedure

Thanks a lot!

By the way if i want to run a macro from a "IF" formula
in a cell, how can i do it??

Thanks!!!!!


-----Original Message-----
Private Sub Worksheet_Activate()
macro2
end Sub

--
HTH
Richard Choate, CPA
"SpeeD" wrote in message
...
Hi guys.

I have to call a macro (macro2) from wthin "Private Sub
Worksheet_Activate()"

How can i do this?

Thanks!!!
SpeeD


.