Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.word.vba
|
|||
|
|||
![]()
I am trying to write a procedure which, from Excel, creates a Word document
and then adds text at various bookmarked locations. I have got the code which creates the document but I am having trouble inserting a range of cells from Excel. The first two lines below work fine, but the last errors .Bookmarks("Client").Range = Range("A7") .Bookmarks("ClientContact").Range = Range("B7") .Bookmarks("DealTable").Range = Range("DealRange") Does anyone have any code or any references which will point me in the direction of an answer to how I insert a names range of cells into a Word document. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Excel count of 1 word if found in multi-word cells of column | Excel Worksheet Functions | |||
Copy from Word to Excel, and retain indent, plus word wrap | Excel Discussion (Misc queries) | |||
Import cells from excel into word and create multiple word docs | Excel Programming | |||
Print labels by using Excel data in a Word mail into word | Excel Discussion (Misc queries) | |||
Printing Word Document using Excel Programming hangs Word | Excel Programming |