View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default use of Macro in If statement

See answer to first posting of the question.

--
Regards,
Tom Ogilvy

"fred" wrote in message
...
does anyone know how to use a Macro within an If statement?
For example: if(A1=10, Macro1, Macro2)