Relocating Splash Screen

  • Thread starter Thread starter tx12345
  • Start date Start date
T

tx12345

Hi

I have a nice splash screen for my prog, but it seems to display a
little to the left of center.

Any way to 'place' the splash screen in a specific part of the screen?

tx
 
for the sake of somebody else with a similar question:

There were two methods

In the code part of the userfor (ie splash screen in this case)

Private Sub UserForm_Activate()
Me.Top = 100
Me.Left = 100
End Sub

Another was to enter the left/top coordinates in the object properties
section
 

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

Similar Threads


Back
Top