VB EXCEL INSERTING COLUMNS
Try manually selection column M and see if there are any merged cells that
are selected.
"moosedog2000" wrote:
Columns("M:M").Select
Selection.Insert Shift:=xlToRight
This inserts like 5 columns, why is that? Worked fine a few times in a long
macro, but now not so much. Help! I have searhced and searched.
|