Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel VBA to INSERT a column
Message
 
To
30/11/2005 20:35:00
General information
Forum:
Microsoft Office
Category:
Excel
Miscellaneous
Thread ID:
01073552
Message ID:
01073754
Views:
12
Hi Jim,

If inserting new columns into your speadsheet is your aim, try...


Columns("F:J").Select
Selection.Insert Shift:=xlToRight

...where "F:J" refers to the columns where you want to begin the insertion.

HTH
Vince
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform