From: Melvin805 on 21 Apr 2010 10:30 I have a created a couple forms in Word 2007 and would like certain information from one form to populate into the other form when it is opened. Family Name, Date, purpose, etc.
From: Gordon Bentley-Mix on 21 Apr 2010 16:11 Not an easy proposition. How are your VBA coding skills? -- Cheers! Gordon Bentley-Mix "Melvin805" <Melvin805(a)discussions.microsoft.com> wrote in message news:8B2A9811-B75C-442B-A09A-54734D11E5DC(a)microsoft.com... > I have a created a couple forms in Word 2007 and would like certain > information from one form to populate into the other form when it is > opened. > Family Name, Date, purpose, etc.
From: Fumei2 via OfficeKB.com on 21 Apr 2010 16:27 And by "forms" you do mean separate documents? If so, then: 1. have your first form write the data to an separate text file (an INI file if you like). 2. when the other documents open, they retrieve the information from that file. But yes, it would likely take some VBA skills. Gerry Gordon Bentley-Mix wrote: >Not an easy proposition. How are your VBA coding skills? >> I have a created a couple forms in Word 2007 and would like certain >> information from one form to populate into the other form when it is >> opened. >> Family Name, Date, purpose, etc. -- Gerry Message posted via http://www.officekb.com
|
Pages: 1 Prev: Delete everything except the email address on each line... Next: Length Textbox |