Userforms

  • Thread starter Thread starter Phill Sheen
  • Start date Start date
P

Phill Sheen

Hi,
I was wondering if anyone could help me.
I have created a spreadsheet the uses a userform to input data into a spread
sheet. So when the user wants to input data they press a button on the
spread sheet, the user form pops up, they fill in the required text boxes
and listboxes and press a button on the userform that fills in the required
cells with the data required.
The only problem is if they then want to update the data, when they bring up
the userform a second time all the textboxes and listboxes are empty so they
have to fill them all in for scratch.
How can I get it to save the changes make in the Userform?

Thanks for any help anyone one can give.

Phill
 
Phil,

To redisplay the userform with the data
still in it, use the Hide method rather than
unloading it.

-- Dennis Eisen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top