Remembering Values

K

Kerry

Hi

I have created a user form for memos and faxes. I would
like to be able to remember the last 4 recipient details
entered.

Initially I thought of creating 4 documents, each with a
name and job title bookmark, when i click button number 1
on my user form it would look in document1 read the
bookmark values and pop them into the text boxes in the
user form. If the user overtypes the text in the text
boxes it rewrites the text in the bookmarks in the
relevant document.

I can't seem to find any mention of how to read bookmark
values - do I need to use something else?? would
autotext or a table or even excel be any easier for
storing data. I would really appreciate some advice.

Thank you very much for your time.

Kerry.
 
D

Doug Robbins

Check out the use of System.PrivateProfileString

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
Top