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.
 
Back
Top