Thread: events?
View Single Post
  #1   Report Post  
 
Posts: n/a
Default events?

Hi,
Typically when I use VBA I tend to put a button on a sheet. I do
this to control the macro execution. Most of the macros I'm writing
will take information that is pasted into a spreadsheet from another
spreadsheet and then manipulate the data into usable data. The original
spreadsheet is created from exported data from another program. My
question is is there an event I can use to control the execution or is
the cmd button the best way.