Trapping events within a Workbook_SheetSelectionChange event

  • Thread starter Thread starter ExcelMonkey
  • Start date Start date
E

ExcelMonkey

I am trying to handle certain actions in a Workbook_SheetSelectionChange event.

How do you detect a

1) Row/Column/Cells (i.e. Entire Grid) select event
2) Copy/Cut event

within a Workbook_SheetSelectionChange event?

Thanks

EM
 
hi
so far as i know, these events do not exist as a built in events in excel.
but you might try this site.....
http://www.cpearson.com/Excel/Events.aspx
at the bottom is a section about creating your own events using class modules.
not sure it would help you but might be worth a look.

Regards
FSt1
 
Back
Top