Automatically close a userform

  • Thread starter Thread starter ForSale
  • Start date Start date
F

ForSale

Thanks,
That tells me invalid outside procedure and highlights the word "Now".
Any thoughts
 
Hi ForSale,

Try changing:

Private UserForm_Activate()

to:

Private Sub UserForm_Activate()
 

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