Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Predetermine Worksheet to Start In

Hi everybody,
Very hot weather here in UK although having just put the washing out to dry,
the weather turns to rain!

Anyway, I have a workbook with several 'sheets', is it possible to force
Excel to start in a particular sheet that I have names Instructions?

I checked Google but got nowheere.

Thanks,
Mickey


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Predetermine Worksheet to Start In

Hi Mickey

Sure. Paste in the ThisWorkbook module:

Private Sub Workbook_Open()
Sheets(1).Activate
ActiveWindow.ScrollColumn = 1
ActiveWindow.ScrollRow = 1
Range("C3").Select
End Sub

Sorry to hear about the laundry ;-)

--
HTH. Best wishes Harald
Excel MVP

Followup to newsgroup only please.

"mickeyblake" wrote in message
...
Hi everybody,
Very hot weather here in UK although having just put the washing out to dry,
the weather turns to rain!

Anyway, I have a workbook with several 'sheets', is it possible to force
Excel to start in a particular sheet that I have names Instructions?

I checked Google but got nowheere.

Thanks,
Mickey




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Predetermine Worksheet to Start In

Hi Mickey,

In your workbook, open the VB Editor and go to: 'This Workbook', put in this
code:

Private Sub Workbook_Open()
Sheets("Sheet1").Activate
End Sub

Obviously change "Sheet1" to the sheet that you wish to activate on opening.

regards,
Kerry Bennett
www.excelaid.com


"mickeyblake" wrote in message
...
Hi everybody,
Very hot weather here in UK although having just put the washing out to

dry,
the weather turns to rain!

Anyway, I have a workbook with several 'sheets', is it possible to force
Excel to start in a particular sheet that I have names Instructions?

I checked Google but got nowheere.

Thanks,
Mickey




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Predetermine Worksheet to Start In

Thanks Guys!
The rain has stopped and I am hoping the washing dries befor Judie wakes up
(poor lady was working nights)

I really appreciate the fast response and expert advice,
Thanks,
Mickey


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Predetermine Worksheet to Start In

Hi Mickey

Glad it helped. Just email me the clothes, Oslo is like an oven today. I really should log
off and get outside.

Best wishes Harald
Excel MVP

"mickeyblake" wrote in message
...
Thanks Guys!
The rain has stopped and I am hoping the washing dries befor Judie wakes up
(poor lady was working nights)

I really appreciate the fast response and expert advice,
Thanks,
Mickey



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
How to start Excel on a specific Worksheet. JMay Excel Discussion (Misc queries) 6 February 21st 07 05:45 AM
Worksheet that appears on start of Excel Lou Excel Discussion (Misc queries) 1 April 11th 06 08:08 PM
How do I make a worksheet my start page? reformationsolas Excel Worksheet Functions 0 September 22nd 05 04:30 PM
How dio you flip a worksheet that the columns start on the right Wharyteach Excel Discussion (Misc queries) 0 May 23rd 05 06:11 PM
How dio you flip a worksheet that the columns start on the right Duke Carey Excel Discussion (Misc queries) 0 May 23rd 05 06:11 PM


All times are GMT +1. The time now is 01:03 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"