Hello

I am trying to run two Macros one after the other, I have used the following

  Sub Main()

Macro1

Macro2

End Sub
but it doesn`t work as Macro2 is sheet based not module based ..

any way around this ?

Thanks