View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Truseeker Truseeker is offline
external usenet poster
 
Posts: 2
Default start macro based on result

excel 2000

I need to automatically start one of four macros that prints different items
based on the results in a specific cell.

basically if C7 = 2 run macro1
if C7 = 3 run macro2
if C7 = 4 run macro3
if C7 = 5 run macro4

Any help would be greatly appreciated. Thanks