+ Reply to Thread
Results 1 to 4 of 4

Select from multiple macros

  1. #1
    Registered User
    Join Date
    10-27-2004
    Posts
    4

    Question Select from multiple macros

    I have a requisition sheet almost complete for its users. There are about 25 macros to print, change view, etc.

    My problem is that I cannot find an elegant way for the user to select from the macros. I want to use a combo box, but I cannot find a way to associate a different macro with each combo box item.

    Any suggestions?

    Thanks!

    Jack

  2. #2
    Tom Ogilvy
    Guest

    Re: Select from multiple macros

    use a case statement

    Select Case Combobox1.ListIndex
    Case 0
    mymacro3
    Case 1
    mymacro2
    Case 2
    mymacro5
    End Select

    --
    Regards,
    Tom Ogilvy

    "aswert1223" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I have a requisition sheet almost complete for its users. There are
    > about 25 macros to print, change view, etc.
    >
    > My problem is that I cannot find an elegant way for the user to select
    > from the macros. I want to use a combo box, but I cannot
    > find a way to associate a different macro with each combo box item.
    >
    > Any suggestions?
    >
    > Thanks!
    >
    > Jack
    >
    >
    > --
    > aswert1223
    > ------------------------------------------------------------------------
    > aswert1223's Profile:

    http://www.excelforum.com/member.php...o&userid=15771
    > View this thread: http://www.excelforum.com/showthread...hreadid=486971
    >




  3. #3
    Mark
    Guest

    Re: Select from multiple macros

    Where are you placing this ComboBox. Is it embedded in one of the
    worksheets or is it attatched to a menu?


  4. #4
    Registered User
    Join Date
    10-27-2004
    Posts
    4
    Mark,

    I plan on 2 combo boxes (views & print controls) directly on the worksheet. They will not appear on the printed pages.

+ 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