Thread: How to know
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 How to know

Place a non-blank value in cell IU65536 prior to circulation. If anyone
inserts a column, the cell contents will be moved over.
--
Gary''s Student


" wrote:

I have a problem at hand.
I have a excel sheet which is circulated among few people.

I want to know when someone has inserted any column in a worksheet. I
dont want to write protect the sheet. But I want to know when someone
inserts a column.

If anyone has done this before. please send me the code