View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Row deletion event: identifying deleted row ID

Once you havw determined that a row has been deleted:

MsgBox Target.Row

will identify the row
--
Gary''s Student - gsnu200908


"faffo1980" wrote:

Hi all,
I would like to know if there is a way to identify which is the index of a
row deleted from the sheet.
Browsing the web I found some method to identify a row deletion event but
not the row index.

Thanks in advance for the help,

faffo1980