View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] emerging_markets@yahoo.com is offline
external usenet poster
 
Posts: 7
Default Automatically run a choice of macros based on cell selection

I need to run a macro based on whether cell P7 in a worksheet contains
value 1, 2 or 3.

If cell contains value 1, would automatically run Macro1, if 2 would
run Macro2, and if 3 then run Macro3.

Can anyone tell me how to do this?