+ Reply to Thread
Results 1 to 3 of 3

Button with three macros underlying

Hybrid View

  1. #1
    Registered User
    Join Date
    11-28-2012
    Location
    Deutschland
    MS-Off Ver
    Excel 2003
    Posts
    42

    Button with three macros underlying

    Hey there,

    is there a possibility to create a button that contains three macros. That means if I press it, three macros will be executed?

    Cheers

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Button with three macros underlying

    Yes, you can use something like this.
    Sub MainMacro()
    
        Call Macro1
        Call Macro2
        Call Macro3
    
    End Sub
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    11-28-2012
    Location
    Deutschland
    MS-Off Ver
    Excel 2003
    Posts
    42

    Re: Button with three macros underlying

    Thank you!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1