One More UserForm Question

  • Thread starter Thread starter Mathew
  • Start date Start date
M

Mathew

Good Evening All,

Having created a UserForm, that I have sized to fill the screen/window, (actually a splash screen),
how may I disable the window to be dragged around,
and thus revealing the workbook below.

Cheers,
Mathew
 
maybe you could just hide the application

application.visible = false

and show it when you dismiss your form.
 

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