Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 -- tx12345 ------------------------------------------------------------------------ tx12345's Profile: http://www.excelforum.com/member.php...o&userid=24776 View this thread: http://www.excelforum.com/showthread...hreadid=572471 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a splash screen appear first | Charts and Charting in Excel | |||
print box opens in right screen of dual screen setup why | Excel Discussion (Misc queries) | |||
Splash Screen Startup | Excel Discussion (Misc queries) | |||
How Do I Autofit To Screen Size | Excel Worksheet Functions | |||
suppressing the splash screen | Excel Discussion (Misc queries) |