Auto Macros

  • Thread starter Thread starter cassy01
  • Start date Start date
C

cassy01

is there anyway to autorun the macro as soon as the data is entere
instead of pressing a button ??
 
You can use the Worksheet_Change(ByVal Target As Range) Event as
trigger to do processing, although I would need more information.

Would it be a range of cells, if so, what range or column
 
Cassy,

You can use the Worksheet_Change event procedure in the
appropriate worksheet's code module.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top