View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JasonK JasonK is offline
external usenet poster
 
Posts: 12
Default is it possible to run a macro using a cell reference?

TIA - everyone that helps in this group is awesome. thanks so much
for your help.


i would like to know, and i can't find it in my books, if it is
possible to run a macro when a cell returns a certain criteria.

for example, if range("A1") = x then application.run "macro1"

if so, where do i put the code?

jasonk