Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am filling in a form letter in Word using data from my excel worksheet. I
am using Formfields which I am new at. I know how to reference a specific bookmark name like: Dim appWD As Word.Application Set appWD = CreateObject("Word.Application.11") appWD.ActiveDocument.FormFields("Contact_Name").Se lect My question is, can I reference a bookmark name by a value in my worksheet. For example, something like: appWD.ActiveDocument.FormFields activecell.offset(1,2).value.select I keep getting an error. Would anyone know the exact syntax or method to do this? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linking to a bookmark in a Word doc | Excel Discussion (Misc queries) | |||
formfield in word document through excel | Excel Discussion (Misc queries) | |||
hyperlink from Excel to a Word bookmark | Excel Discussion (Misc queries) | |||
Pipe a Paragraph to a bookmark in Word | Excel Programming | |||
IsEmpty and bookmark help with excel 97 and word 97 | Excel Programming |