Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All.......
Small macro writes to bottom of list on hidden sheet....works fine, except I don't know how to return to the sheet I started from.....it just wants to return me to a sheet next to the freshly hidden one. I do not know the name of the starting sheet, so cannot hard code it in. Sub OpenLog() Dim k k = ActiveWorkbook.BuiltinDocumentProperties.Item("Aut hor") Worksheets("Openlog").Visible = True Worksheets("Openlog").Select Range("OpenLog!a65000").Select Selection.End(xlUp).Select Selection.Offset(1, 0).Select Selection.Value = Date & ", " & Time Selection.Offset(0, 1).Select Selection.Value = k Worksheets("Openlog").Visible = False End Sub Any help would be much appreciated. Vaya con Dios, Chuck, CABGx3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet selected, automatic return to top of sheet | Excel Worksheet Functions | |||
lookup single value in one sheet, return multiple results from theother sheet | Excel Worksheet Functions | |||
Return to Current Sheet in On (sheet activate) event macro | Excel Programming | |||
How can I cause a cell to return the sheet name i.e. sheet 1? | Excel Worksheet Functions | |||
how return to last used sheet? | Excel Programming |