I have a sheet that gets its data from an Access query. What I need to do is insert several columns after the query refreshes. When I try:
Columns("G:G").Select
Selection.Insert Shift:=xlToRight
instead of it selecting just column G, it selects the entire sheet. I suspect there is something different about the Access range returned that won't let me insert columns. Any ideas?
Thanks,
Doug
Columns("G:G").Select
Selection.Insert Shift:=xlToRight
instead of it selecting just column G, it selects the entire sheet. I suspect there is something different about the Access range returned that won't let me insert columns. Any ideas?
Thanks,
Doug