Mr. Pandey,

thank you very much. you have been very active and supportive member of this forum. i wish and hope that it stays this way.

cheers,
Quote Originally Posted by LalitPandey87 View Post
You can do it like this:

Code:
Private Sub Workbook_Open()

    Call Macro1

    Call macro2
    
End Sub