userform help

J

Jason

Hi,

I am trying to create a userform and need some help. The
idea is to have the user enter an account number(s) and a
dollar ammount that will ultimately populate an excel
sheet.

The number of account numbers varies from user to user.
Is there a way to have something like a text box that
expands as more inputs are necessary.

I would like the user to enter the acct num then hit
enter to enter the next and so on.

Thanks
 
G

Guest

Jason,

One method is to add a list box to the form. Then the user can type in a
text box and you could use a submit button to add it to the list box.
Lastly, add a process button that would loop thru all the list box items and
place the accounts in the address box
 

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

Top