View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gummadi Gummadi is offline
external usenet poster
 
Posts: 8
Default How to Capture right click Delete/Insert on Excel

Hi,

I wanted to know how do we capture the right click Delete/Insert event in
Excel.

This is not same as where we select a row or column and then right click and
select Insert/Delete. I am able to capture that event.

I wanted to know about the event when we right click on a cell, and the
select Delete/Insert and then Select option "Entire Row" or "Entire Column".
This is what i want to capture.

Can someone please help me with this?

Thanks,

Gummadi