Macro won't select columns
I have a macro that I want to select columns A & B, however it appears
because I have Merged cells in rows 1-3 it is selecting A thru P. Does anyone
know a way to prevent this from happening? My code is below.
Columns("A:B").Select
Selection.ColumnWidth = 5
Thanks
Vick
|