rockdrigotoca
New Member
- Joined
- Aug 24, 2010
- Messages
- 23
Hi everyone!!
I'm trying to create Word documents from Excel fields.
I already created bookmarks in Word and have the same Titles in A Row in Excel 2003 and I have tried the following threads:
http://www.mrexcel.com/forum/showthread.php?t=451429&highlight=excel+code+word+bookmark
http://www.mrexcel.com/forum/showthread.php?t=428862&highlight=excel+code+word+bookmark
But I cannot manage it properly. I know that I need the code that goes on the lines of Set WdApp = CreateObject("Word.Application")
rather than Set WdApp = New.Object
I cannot get Word to open a document! =(
It's basic letter creation, First_Name, 2_Name, Address_1, Address_2...
These have been bookmarked in Word and have exact same Titles in Columns A-D
Could anyone please help me???
I'm trying to create Word documents from Excel fields.
I already created bookmarks in Word and have the same Titles in A Row in Excel 2003 and I have tried the following threads:
http://www.mrexcel.com/forum/showthread.php?t=451429&highlight=excel+code+word+bookmark
http://www.mrexcel.com/forum/showthread.php?t=428862&highlight=excel+code+word+bookmark
But I cannot manage it properly. I know that I need the code that goes on the lines of Set WdApp = CreateObject("Word.Application")
rather than Set WdApp = New.Object
I cannot get Word to open a document! =(
It's basic letter creation, First_Name, 2_Name, Address_1, Address_2...
These have been bookmarked in Word and have exact same Titles in Columns A-D
Could anyone please help me???