![]() |
|
#3
|
|||
|
|||
|
HI,
Thank for the reply. I worked out my problem. When I used this Code:
Fname = ThisDocument.Bookmarks("FirstName").Range.Text' not working
Fname = ThisDocument.Bookmarks("FirstName").Range.Word(1)'' should have used this
Code:
DOB = ThisDocument.Bookmarks("DateOfBirth").Range.Word(1)
Am trying to figure this out. Last edited by charlesdh; 07-29-2015 at 06:09 PM. Reason: Changed code |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| import outline into existing file | eNGiNe | PowerPoint | 0 | 02-18-2015 05:56 AM |
| new style for append only | thebrin | Word | 0 | 02-03-2015 06:03 PM |
How to append specific *.tif image with another tif file through Word VBA
|
aarun2 | Word VBA | 1 | 04-08-2014 03:20 PM |
| sending data from UserForm of existing excel file to a new excel file | saltlakebuffalo | Excel Programming | 0 | 02-13-2014 10:55 PM |
| adding a pst file to an existing pst file | falcodriver | Outlook | 2 | 12-14-2011 08:16 AM |