Hi All.

I am trying to write a "change tracking" routine and log changes to a hidden tab. I have it working for individual cells changes and range changes by copy or paste.

I need to know what action excel is doing that causes the event workbook_sheetchange... A copy / Paste or an insert / delete.. etc. Then I can use that to decide what to log.

Thanks.
Steve