View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
tx12345 tx12345 is offline
external usenet poster
 
Posts: 1
Default Relocating Splash Screen


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


--
tx12345
------------------------------------------------------------------------
tx12345's Profile: http://www.excelforum.com/member.php...o&userid=24776
View this thread: http://www.excelforum.com/showthread...hreadid=572471