Autopopulate user info into Form fields

K

Krystal

When using Lotus SmartSuite Wordpro, there was a feature that allowed users
to enter all their personal information (name, address, phone, etc) into a
form (File > UserSetup > Workpro Preferences > User). Template forms were
created and when each user opened the template there were fields that grabbed
this data from wordpro. Is it possible to set something like this up wtih
Office 2007?

What is the best practice with Microsoft Office 2007 to allow users to
manually enter their data in one place to then be pulled in and populate form
fields? An example would be our expense report - how to pull in user name
and cost center to populate the designated form fields?
 
C

Crizzottzz

Check out the help on the SaveSettings() and GetSettings() functions. You can
store user info or any settings on a per user, per machine basis.
 
Top