Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runin excel macros

Status
Not open for further replies.

Griseo

Electrical
Joined
Sep 1, 2005
Messages
12
Location
PT
I woul like to run a macro in Excel automaticaly in the following way (as an example): If the value in cell A1 is "x" run macro1; if it is "y" run macro2. Any body know if this is possible?
 
You can call another macro from with a macro, so write your value check as a seperate macro that runs automatically, and calls the other two depending on the value.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top