View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] Chronichalt@gmail.com[_2_] is offline
external usenet poster
 
Posts: 4
Default Macro to Click Button?

Tight! Perfect.


Die_Another_Day wrote:
Like...
Sub MacroA()
'Your Code
Call MacroB
End Sub
?

HTH

Die_Another_Day
wrote:
I can't figure out how to reference macro subs to macro subs (If
Possible???). I want to write a macro to an object that if selected,
also runs the attached macro to a seperate object. My goal in this is
to limit the amount of code in my spreadsheet by referencing code
already written. I may be going about this all wrong, please give me
some sugestions.

What I need is a macro that will click button A if I click button B...