So I'm just trying to do a quick formatting macro, Iused the macro recorder and upon trying to play it back it broke! Hrumph.
(and many commands like it) throw an error (wrong number of arguments or invalid property assignment)![]()
columns("I:AL").Select
The macro name is NOT columns or anything else that might be protected.
This version throws the same errors.
![]()
Sub BFormatting() columns("C:H").ColumnWidth = 3.71 End Sub
Bookmarks