Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() In my excel worksheet having more than 3 pages(like sheet1,sheet2...) i editing in page 3 and saving, next time opening that workbook opening page 3 with same editing line i want when i open that file default view page 1 is it possible? pls help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
with your excel file open press Alt + F11. In the project window(far left), expand your project(file). double click ThisWorkbook and paste this code in the code window. Private Sub Workbook_Open() Sheets(Sheet1).Activate Cells(1, 1).Select End Sub regards FSt1 "suraj" wrote: In my excel worksheet having more than 3 pages(like sheet1,sheet2...) i editing in page 3 and saving, next time opening that workbook opening page 3 with same editing line i want when i open that file default view page 1 is it possible? pls help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel 2K- Is Page break view limited to 16 pages? | Excel Discussion (Misc queries) | |||
Problem with Page Numbering | Excel Discussion (Misc queries) | |||
Page Numbers | Excel Discussion (Misc queries) | |||
how do you get rid of the default background of "page 1" in excel | Excel Discussion (Misc queries) |