View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary's Student Gary's Student is offline
external usenet poster
 
Posts: 86
Default How do you capture events?

Please read:

http://cpearson.com/excel/events.htm

very carefully. Of critical importance is where the macros are stored -
modules, worksheet code, etc. If you put them in the wrong place, they won't
work.
--
Gary's Student


"Scott buckwalter" wrote:

Ok, I'm missing something here. I've tried copying events from posts, help
files, having VB create them but they do not work. I cannot get an event to
fire. Can someone tell me how to get any event to fire?

Specifically, how do you add event handling to a set of macros?