Search found 5 matches
- Wed May 19, 2010 11:40 am
- Forum: Technical / Scripting
- Topic: Selecting Data Sources For Variables By User Form - Word2007
- Replies: 9
- Views: 9508
Thank you for your explanation. I have a 6 page Word document and I have create several bookmarks in order to mark the exact positions in the document for the various variables to be inserted to. variable01 should be inserted at position of bookmark01 variable02 should be inserted at position of boo...
- Tue May 18, 2010 12:07 pm
- Forum: Technical / Scripting
- Topic: Selecting Data Sources For Variables By User Form - Word2007
- Replies: 9
- Views: 9508
:D :D :D Thank You! :D :D :D That worked really fine! May I ask you some more questions? I am learning a lot from your examples! 1) What is the code if I want to use a bookmark in Word to post the variable too? 2) Does that also work for a matrix such as a range of cells in Excel? What do I need to ...
- Mon May 17, 2010 7:27 pm
- Forum: Technical / Scripting
- Topic: Selecting Data Sources For Variables By User Form - Word2007
- Replies: 9
- Views: 9508
That script works really fine. :D :D :D What I tried without success was to write the variable into a MS Word 2007 document a) at cursor position b) bookmark I succeeded to open Word2007 but could not write the variable in the document with using the commands Send> rsSheet1_1_2 Press> Enter And I ge...
- Sat May 15, 2010 11:23 am
- Forum: Technical / Scripting
- Topic: Selecting Data Sources For Variables By User Form - Word2007
- Replies: 9
- Views: 9508
:D :D :D Thank you for your support! In searching this forum I could not find a solution for the following task: I want to get the value of an Excel cell and post it in a Word doc. Excel table sample: ID ........... Value cgn01 ...... Dec 15th 2009 cgn02 ...... Jan 10th 2010 cgn03 ...... Jan 19th 20...
- Fri May 14, 2010 4:11 pm
- Forum: Technical / Scripting
- Topic: Selecting Data Sources For Variables By User Form - Word2007
- Replies: 9
- Views: 9508
Selecting Data Sources For Variables By User Form - Word2007
:?: After studying the various help texts and sample scripts etc. I wonder if the following is possible :?: I have created a Word doc which contains many "variables" such as addresses, various dates and times and a travel itinerary for several days with changing text parts. For data storage I could ...