Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for respond.
Both formulas working for me perfectooo. THANKS again. Good weekend. Sincrely, Igor (inta251) Private Sub Workbook_Open() Sheets ("trips").Select ActiveSheet.Cells(Rows.Count, 1).End(xlUp) _ .Offset(1, 0).Select End Sub Private Sub Workbook_Open() Sheets("trips").Select Range("A1").End(xlDown).Offset(1, 0).Select End Sub -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200702/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to open a workbook on a specific worksheet. | Excel Worksheet Functions | |||
How to avoid opening an empty workbook every time I open a file? | Setting up and Configuration of Excel | |||
Copying A Worksheet From Each Open Workbook to an new Workbook | Excel Worksheet Functions | |||
open workbook on same worksheet | Excel Discussion (Misc queries) | |||
Is there away to open a worksheet outside of the workbook? | Excel Discussion (Misc queries) |