+ Reply to Thread
Results 1 to 2 of 2

Make 'drop down' list of Macros

Hybrid View

harryhill Make 'drop down' list of... 01-16-2007, 12:10 AM
MSP77079 What you need is VBA code... 01-17-2007, 12:07 AM
  1. #1
    Registered User
    Join Date
    05-07-2004
    Posts
    5

    Make 'drop down' list of Macros

    I have 12 macros set up for dates for all the months in the year.

    Would like to select the macros from a drop down list.

  2. #2
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    What you need is VBA code that can read VBA code. That's not too difficult. See this link: http://www.cpearson.com/excel/vbe.htm

    One caution ... it won't work if the user has Excel 2002+ (I think I have the version right) and had NOT set macro security to "Trust Access to Visual Basic Project". Of course, very few pople HAVE done this since they have no idea what it means, and it sounds risky. So, be sure that your code tests for this (by ignoring errors, attempting to access VBProject, then checking to see if an error was raised), or you will put in a lot of work for no satisfaction.

+ 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