Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pull Down Menu Macro


I am looking for a macro to run from the menu.

I need the menu macro to support running two macros separately.

Like

-Run Macro
- Sub (Run Macro 1)
- Sub (Run Macro 2)

Please help

--
ciba123
-----------------------------------------------------------------------
ciba1234's Profile: http://www.excelforum.com/member.php...fo&userid=2729
View this thread: http://www.excelforum.com/showthread.php?threadid=46998

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 903
Default Pull Down Menu Macro

Hi .....,
You will need a third macro

Sub Macro3()
Application.Run "personal.xls!Macro1"
Application.Run "personal.xls!Macro2"
End Sub

more information in
http://www.mvps.org/dmcritchie/excel/install.htm

I don't think your question involved how to add a menu item but if
I'm mistaken see
http://www.mvps.org/dmcritchie/excel/toolbars.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"ciba1234" wrote in message
...

I am looking for a macro to run from the menu.

I need the menu macro to support running two macros separately.

Like

-Run Macro
- Sub (Run Macro 1)
- Sub (Run Macro 2)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
dynamic pull down menu Kia Fluker Excel Programming 0 June 24th 05 05:06 PM
Pull Down Menu Bar JB in Kansas Excel Discussion (Misc queries) 2 May 30th 05 02:20 PM
How can my macro select an option in a pull down menu? Tim Richards Excel Programming 2 May 6th 05 11:50 PM
pull down menu ben Excel Programming 3 February 2nd 04 08:12 PM
pull down menu on userform Tom Ogilvy Excel Programming 4 August 13th 03 12:49 AM


All times are GMT +1. The time now is 01:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"