Floating userform

  • Thread starter Thread starter MD
  • Start date Start date
M

MD

Good day all,

Can anyone refer me to a "how-to" site that can give me a head start. I
would like to have a userform visible at all time while the user is working
on the worksheet.

Regards,

MD
 
Hi,

Try:

UserForm1.Show vbModeless

This allows the user to enter data on the work sheet and also if form is
used to enter data through it.

Charles
 

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