View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Saving information between uses? (Userform)

Save the control values to a worksheet range, and when the userform is
opened, check that range and load it back in.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"PaulW" wrote in message
...
I am planning on having a go at making a useform that has 3 buttons, and 3
pages.

The first button simply sets an email.
The second button will link to another page asking for an email address.
The third button will link to another page asking for a message.

The chances are for the email address and message i'll have a text box.

The idea for the userform, is that each day an email wants sending, the
email will have the same text, and go to the same people. But I want the
userform to be able to not just automatically send this email when
required,
but to be able to change the message and the address of where it's going.

How can I have the userform save its changes between uses? so that when
its
opened next the changes are still there? If the email wants to go to
someone
else because of changes in procedure etc then I want this to be able to be
changed by the user, rather than me have to recode each time...