Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hai
i saved the worksheet by placing the cursor at some cell (say a200) and i had closed the file. If i open the file, the cursor/worksheet should start from first cell (say a1) or any cell which i assign Pls help me to solve my problem |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hey gane
to do that, open your excel sheet, press Alt + F11, then you should see on the left side your sheets and the whole workbook, if not press ctrl+r....double click on the workbook and choose instead of (General) -- workbook. this should lead to this: --------------------------------------------------- Private Sub Workbook_Open() End Sub --------------------------------------------------- Now you can paste following between those lines: --------------------------------------------------- ActiveSheet.Range("A1").Select --------------------------------------------------- Where you can change the Range to what you want. Close the workbook and reopen it. hth Carlo On Oct 31, 4:29 pm, gane wrote: hai i saved the worksheet by placing the cursor at some cell (say a200) and i had closed the file. If i open the file, the cursor/worksheet should start from first cell (say a1) or any cell which i assign Pls help me to solve my problem |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sub Workbook_Open()
'Do your stuff here... Application.Quit Sub End Right-click on sheet 'View Code' Private Sub Auto_Open() 'Stuff Sub End -- RyGuy " wrote: Hey gane to do that, open your excel sheet, press Alt + F11, then you should see on the left side your sheets and the whole workbook, if not press ctrl+r....double click on the workbook and choose instead of (General) -- workbook. this should lead to this: --------------------------------------------------- Private Sub Workbook_Open() End Sub --------------------------------------------------- Now you can paste following between those lines: --------------------------------------------------- ActiveSheet.Range("A1").Select --------------------------------------------------- Where you can change the Range to what you want. Close the workbook and reopen it. hth Carlo On Oct 31, 4:29 pm, gane wrote: hai i saved the worksheet by placing the cursor at some cell (say a200) and i had closed the file. If i open the file, the cursor/worksheet should start from first cell (say a1) or any cell which i assign Pls help me to solve my problem |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening Quattro Pro for Windows files (*.WB1 Files) using Excel 20 | Excel Discussion (Misc queries) | |||
Macros Disabled when opening file | Excel Discussion (Misc queries) | |||
How can I view files chronologically when opening multiple files | Excel Discussion (Misc queries) | |||
How to auto start a new Excel image or window when opening files | Setting up and Configuration of Excel | |||
How do I auto fill blanks cells immediately below with the same i. | Excel Discussion (Misc queries) |