View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LHW[_2_] LHW[_2_] is offline
external usenet poster
 
Posts: 5
Default how to use vb to control excel to auto fit the lines' width

To autofit row 3

Rows("3:3").EntireRow.AutoFit

"dark_wei" wrote in message
...