View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jack jack is offline
external usenet poster
 
Posts: 186
Default how can i use an if statement to run a macro?

if ( a1 = 1, run macro, " ")

what code do i need to use to do this?