Results 1 to 8 of 8

Run Macros from Multiple Drop down lists in same sheet

Threaded View

  1. #1
    Registered User
    Join Date
    09-10-2007
    Posts
    40

    Run Macros from Multiple Drop down lists in same sheet

    Hi there,

    I would like to be able to run different Macros from about 4 different drop down lists in one single sheet. I am using the following code to run from a single drop down list.
     
    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Address = "$A$7" Then
            If Target = "30" Then
                T_30
    How can I run more macros from other drop down lists located in other cells in the same sheet.

    Any help on this issue would be greatly appreciated,

    Regards,

    James.
    Last edited by VBA Noob; 10-04-2007 at 07:40 AM.

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