Update data

P

Pilot

I have a userform which displays on textboxes of data which are sorted on a
worksheet.
on this userform I have a combobox which display the month of the year.
When I select a month the values change but when I select a different month
nothing happens. Is there a way to updata everytime a month is selected,
without having to close the userform down and reopen it again?
 
C

Chad

I use the _Click in combination with a vlookup in my worksheet. So, when a
user selects something on the form (clicks the specific box), it updates data
that is then imported into the userform. Hope this helps!

-Chad
 

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