Listbox load event

  • Thread starter Thread starter Patrick Kirk
  • Start date Start date
P

Patrick Kirk

I have a userform with a listbox. The listbox displays a string from another
function. Is there a way to run the function code once the userform becomes
visible or open? Im not able to find a open event. Any help will be
appreciated.
 
If I understand your question correctly, you can use the UserForm's
Initialize event to do that.

Rick
 

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