Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to set the start up position of a workbook the same way as a
UserForm - I'm looking to position a workbook (which has Protect Workbook Window switched on) as CenterOwner (or equivalent). Thanks Trevor |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would have to calculate it yourself from:
Application.UsableHeight/Width ThisWorkbook.Windows(1).Height/Width Unprotect the WB, so you can change the Window properties. Then move the window appropriately. NickHK "Trevor Williams" wrote in message ... Is it possible to set the start up position of a workbook the same way as a UserForm - I'm looking to position a workbook (which has Protect Workbook Window switched on) as CenterOwner (or equivalent). Thanks Trevor |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cheers Nick - I had a feeling it was something along those lines - shame it's
not built in! I'll give it a go. Trevor "NickHK" wrote: You would have to calculate it yourself from: Application.UsableHeight/Width ThisWorkbook.Windows(1).Height/Width Unprotect the WB, so you can change the Window properties. Then move the window appropriately. NickHK "Trevor Williams" wrote in message ... Is it possible to set the start up position of a workbook the same way as a UserForm - I'm looking to position a workbook (which has Protect Workbook Window switched on) as CenterOwner (or equivalent). Thanks Trevor |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel opens 2 blank workbooks at start-up. How to correct this? | Excel Discussion (Misc queries) | |||
Position To Start At | Excel Programming | |||
Excel start up without workbooks | Setting up and Configuration of Excel | |||
Lookup with search range start based on position of last blank lin | Excel Worksheet Functions | |||
Form start position | Excel Programming |