Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have opened up a file using the following code:
Dim fName As String fName = Application.GetOpenFilename() Workbooks.Open Filename:=fName Then I switch to a different workbook to, tranferring data. When done, I need to go back to this "fName" worksheet. The logical code (at least to me...) Worksheets(fName).activate obviously doesn't seem to be working. How do I make this happen? Thanks so much in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
activating workbooks | Excel Discussion (Misc queries) | |||
Activating a Macro | New Users to Excel | |||
Activating a Checkbox | Excel Worksheet Functions | |||
List box not activating | Excel Discussion (Misc queries) | |||
Activating a Hyperlink | Excel Discussion (Misc queries) |