Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Add columns in Excel

I have an active Excel sheet with 10 columns. How do I add 20 blank columns after column 5?

Posted on Apr 27, 2016 8:08 AM

Reply
3 replies

Apr 27, 2016 9:30 AM in response to Niftyix

Hi,


Like this:

tell active sheet to set myRange to range ((get address of column 6) & ":" & (get address of column 25))

insert into rangemyRangeshiftshift to right -- insert 20 blank columns after column 5



------

Or this:

repeat 20 times -- insert 20 blank columns after column 5

insert into range (column 6 of active sheet) shiftshift to right

end repeat

Add columns in Excel

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.