SyntaxFix
Write A Post
Hire A Developer
Questions
no need for loops or such.. try this..
dim startColumnas integer dim endColumn as integer startColumn = 7 endColumn = 24 Range(Cells(, startColumn), Cells(, endColumn)).ColumnWidth = 3.8 ' <~~ whatever width you want to set..*