Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Start Up Position for Workbooks...

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Start Up Position for Workbooks...

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Start Up Position for Workbooks...

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel opens 2 blank workbooks at start-up. How to correct this? Baanwestwood Excel Discussion (Misc queries) 1 May 25th 07 02:59 PM
Position To Start At Andrew Excel Programming 3 June 9th 05 10:43 PM
Excel start up without workbooks e18 Setting up and Configuration of Excel 2 February 4th 05 02:02 AM
Lookup with search range start based on position of last blank lin rcmodelr Excel Worksheet Functions 0 November 14th 04 06:32 AM
Form start position drewdog Excel Programming 2 April 6th 04 02:15 AM


All times are GMT +1. The time now is 11:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"