View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Column resize event

There's no event that occurs on a column resize.

One workaround might be to run an OnTime macro periodically to check
column widths:

http://cpearson.com/excel/ontime.htm



In article ,
(Tarun Gupta) wrote:

Is there anyway i can capture a column resize event on excel
worksheet? Any help would be highly appreciated.

Thanks
Tarun