Jan 16, 2003 #1 coolcarls Technical User Jan 19, 2002 182 US Can I run a macro when a cells value meets a certain criteria? Thanks again to all
Jan 16, 2003 #2 ETID Programmer Jul 6, 2001 1,867 US Yes,...put your code in a function instead of a sub the following runs a function called run_me that has a msgbox("msg here"if a1 >10 =IF(A1>10,run_me(),"" Upvote 0 Downvote
Yes,...put your code in a function instead of a sub the following runs a function called run_me that has a msgbox("msg here"if a1 >10 =IF(A1>10,run_me(),""