Results 1 to 5 of 5

Thread: Workbook Event running VBA question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member LalitPandey87's Avatar
    Join Date
    Sep 2011
    Posts
    222
    Rep Power
    15
    You can do it like this:

    Code:
    Private Sub Workbook_Open()
    
        Call Macro1
    
        Call macro2
        
    End Sub

  2. #2
    Member
    Join Date
    Dec 2012
    Posts
    43
    Rep Power
    0
    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

Similar Threads

  1. hard question
    By mahmoud-lee in forum Excel Help
    Replies: 1
    Last Post: 05-28-2013, 02:27 PM
  2. Macro stops running if date is not in past...
    By Carlos Arruda in forum Excel Help
    Replies: 4
    Last Post: 03-10-2013, 04:33 PM
  3. Running a VBA in all excel files
    By msiyab in forum Excel Help
    Replies: 3
    Last Post: 12-26-2012, 01:35 PM
  4. Question
    By lokvan in forum Excel Help
    Replies: 1
    Last Post: 12-04-2012, 08:49 AM
  5. Assign an event to chart on workbook open
    By LalitPandey87 in forum Excel Help
    Replies: 2
    Last Post: 02-20-2012, 07:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •