Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub return_to()
Dim oldsheet As Worksheet Set oldsheet = ActiveSheet ActiveWorkbook.Sheets.Add after:=Worksheets(Worksheets.Count) oldsheet.Select End Sub Gord Dibben MS Excel MVP On Thu, 13 Dec 2007 13:29:48 -0800 (PST), wrote: I have a macro adding a worksheet to a workbook. I am using: ActiveWorkbook.Sheets.Add after:=Worksheets(Worksheets.Count) I then need to "get back" to the first sheet to make it active - problem is I cannot reference it by its name - the name on the first sheet will change each time I use this workbook. Any help would be greatly appreciated Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to go back to last used sheet | Excel Programming | |||
copy back macro/roll back | Excel Worksheet Functions | |||
Macro to prevent adding sheet in a workbook. | Excel Programming | |||
Adding new sheet problem-Macro | Excel Programming | |||
macro adding formula to new sheet | Excel Discussion (Misc queries) |