Thread
:
columns width in a single vba statement
View Single Post
#
1
Posted to microsoft.public.excel.programming
Fcoatis
external usenet poster
Posts: 4
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
Reply With Quote
Fcoatis
View Public Profile
Find all posts by Fcoatis