View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WilliamMomo WilliamMomo is offline
external usenet poster
 
Posts: 4
Default Excel Columns Autofix

I have 2 cells ETWS.Cells(j, i) & ETWS.Cells(1, i).

I compare the text width of this two cells, if cells(j,i) is larger than the
(1,i) then the columns width of column i is equal to textwidth of cells(j,i).

How can i do that ?