![]() |
#11
|
||||
|
||||
![]()
If you are referring to the earlier macro, this addresses the workbook with the variable xlBook. To insert columns between A & B and between B & C locate the line
Code:
xlBook.sheets(1).Range("A1").PasteSpecial ("HTML") Code:
xlBook.sheets(1).Range("B1").EntireColumn.Insert xlBook.sheets(1).Range("D1").EntireColumn.Insert
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Dan_M | Word VBA | 2 | 04-04-2018 05:09 AM |
Creating a table in one document of WORD from EXCEL with Mail Merge | Joseph.Comerford@bentley. | Mail Merge | 1 | 04-18-2015 01:19 AM |
![]() |
foneunlocker | Word | 3 | 11-28-2014 12:51 AM |
![]() |
VBLearner | Word VBA | 1 | 03-09-2014 08:42 PM |
Remove all images from a Mac OS X Word 2008 Document? | qcom | Drawing and Graphics | 0 | 04-23-2011 06:48 PM |