Results 1 to 7 of 7

VBA to display scenarios based on Combo Box Selection

Threaded View

  1. #1
    Registered User
    Join Date
    11-14-2008
    Location
    Brooklyn, NY, USA
    Posts
    53

    VBA to display scenarios based on Combo Box Selection

    Just looking for another set of eyes to take a look at this worksheet and macro for me. I just want to create a combo box that will allow my manager --- not so good at using menu commands or the scenario manager --- to choose one of five different budget scenarios. I can't seem to get the actual scenarios to change when the selection is made from the combo-box.

    This is the code:
    Sub ChangeScenario()
    ' Changes the scenario on the worksheet according to the choice made
    ' in the drop-down list.
    activesheet.Scenarios(Range(ActiveSheet.Shapes("DropDown").ControlFormat.
    LinkedCell).Value).Show
    End Sub
    I've attached the worksheet. Any help would be tremendously appreciated since I've been struggling with this a bit since I thought I had a working macro.

    Cheers!
    Attached Files Attached Files
    Last edited by VBA Noob; 02-24-2009 at 04:16 PM.

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