View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
arcq arcq is offline
external usenet poster
 
Posts: 4
Default activate/deactivate button with macro at given condition

is there a way for me to activate/deactivate a button with an assigned
macro of a given condition? like, a macro can only run when value of
two cells are equal. this is to avoid running the macro if the data is
not correct.

thank you very much.