View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 576
Default user event driven macro issue

Chip,

Couldn't one put a formula somewhere in the workbook. A formula that
would be dependent on row or column or...? Use the calculate event?
Row(), Column(), Count(), Counta(), Sum() are just a couple of
examples.

This might be a little convoluted, but...

--
sb
"Chip Pearson" wrote in message
...
Dima,

Unfortunately, neither inserting nor deleting a row or column raises any
sort of event.


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


"Dima K." wrote in message
...
I was wondering if it's possible to use an event such as a
user inserting a row in one worksheet to start a
macro/module automatically? thanks for any help and
example code.