ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Start sheet in a workbook (https://www.excelbanter.com/excel-discussion-misc-queries/448184-start-sheet-workbook.html)

Stuart[_32_]

Start sheet in a workbook
 
I use Excel 2010.
In one workbook, which I use frequently, I always want to open at the same sheet.
I found a setting in Options once and it worked fine but now I cannot find this setting, in order to change it to another sheet.
Can anyone help ?

Stuart in Zurich

Claus Busch

Start sheet in a workbook
 
Hi Stuart,

Am Thu, 14 Feb 2013 01:34:04 -0800 (PST) schrieb Stuart:

I use Excel 2010.
In one workbook, which I use frequently, I always want to open at the same sheet.
I found a setting in Options once and it worked fine but now I cannot find this setting, in order to change it to another sheet.


try it with Workbook_Open-Event (suit to modify):

Private Sub Workbook_Open()
Application.Goto Sheets("Tabelle1").Range("A1")
End Sub


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2

Stuart[_32_]

Start sheet in a workbook
 
Am Donnerstag, 14. Februar 2013 11:21:34 UTC+1 schrieb Claus Busch:
Hi Stuart,



Am Thu, 14 Feb 2013 01:34:04 -0800 (PST) schrieb Stuart:



I use Excel 2010.


In one workbook, which I use frequently, I always want to open at the same sheet.


I found a setting in Options once and it worked fine but now I cannot find this setting, in order to change it to another sheet.




try it with Workbook_Open-Event (suit to modify):



Private Sub Workbook_Open()

Application.Goto Sheets("Tabelle1").Range("A1")

End Sub





Regards

Claus Busch

--

Win XP PRof SP2 / Vista Ultimate SP2

Office 2003 SP2 /2007 Ultimate SP2



All times are GMT +1. The time now is 02:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com