View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Running a macro based on a value

Use the Change event if it will be entered manually

see Chip Pearson's overview of events
http://www.cpearson.com/excel/events.htm

--
Regards,
Tom Ogilvy


"Jeanne Conroy" wrote:

Is there a way to create an "event based" macro in Excel? I need to have an
input box pop up whenever a cell value greater than 0 is entered.
Thanks!

--