View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default VB code for running a macro

Hi

Try
Sub Macro1()
your code

Call macro2

more code

End Sub


--

Regards
Roger Govier

"rcc" wrote in message
...
Hi,

I'm trying to write a couple lines of code for a macro, call it Macro1. I
want Macro1 to be able to run Macro2. What's the code command for that?

Thanks,
rcc