Auto Macros

C

cassy01

is there anyway to autorun the macro as soon as the data is entere
instead of pressing a button ??
 
C

CBrine

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
 
C

Chip Pearson

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
 
Top