View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fcoatis Fcoatis is offline
external usenet poster
 
Posts: 4
Default columns width in a single vba statement

Whats wrong with that?

Columns("A:E").Width = Application.Array(5, 10, 5, 10, 5)

Thanks in advance