Hi,

Use the following code line early in your macro:

A = Application.Caller

A will be the name of the button that called the macro.

You can call your buttons by special names, or use a Case statement to sort 
through all the buttons you have.

Or you can get VBA to read the text on the button and use that in your macro.

Regards - Dave.

 

 

 

 
> Date: Wed, 17 Mar 2010 12:31:17 -0700
> Subject: $$Excel-Macros$$ In OnAction macro caller check or parameter
> From: eahlers.del...@freenet.de
> To: excel-macros@googlegroups.com
> 
> Hello,
> I have several commandbar buttons that shall get the same OnAction
> macro but with one parameter. This seems not to be possible. At the
> moment I create one helper macro, which is unique to one button. This
> helper macro calls then the real macro with the parameter. That works,
> but I need this helper macro for each button.
> Is it somehow possible to find out from which button the macro,
> assigned to the OnAction property, was called? Then I can read one
> button property to get my parameter.
> 
> Thanks
> Erwin
> 
> -- 
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links : 
> http://twitter.com/exceldailytip
> 2. Join our Facebook Group @ 
> http://www.facebook.com/group.php?gid=287779555678
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
> 
> To post to this group, send email to excel-macros@googlegroups.com
> 
> <><><><><><><><><><><><><><><><><><><><><><>
> HELP US GROW !!
> 
> We reach over 6,800 subscribers worldwide and receive many nice notes about 
> the learning and support from the group.Let friends and co-workers know they 
> can subscribe to group at 
> http://groups.google.com/group/excel-macros/subscribe
                                          
_________________________________________________________________
Link all your email accounts and social updates with Hotmail. Find out now.
http://windowslive.ninemsn.com.au/oneinbox?ocid=T162MSN05A0710G

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our Facebook Group @ http://www.facebook.com/group.php?gid=287779555678
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 6,800 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Reply via email to