Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How do I store the name of a currently active file [one of several] before activating another file containing macros and some data stored in its cells, so that I can return to the first file for entering more data? *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This seems a simple matter. Maybe I'm not understanding your
situation. Dim FirstBook as string FirstBook=activeworkbook.name 'your stuff here workbooks(FirstBook).activate James On Jun 7, 10:39?am, Gordon Humphreys wrote: How do I store the name of a currently active file [one of several] before activating another file containing macros and some data stored in its cells, so that I can return to the first file for entering more data? *** Sent via Developersdexhttp://www.developersdex.com*** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replaced a file but need the old file back | Excel Worksheet Functions | |||
back up excell file | Excel Discussion (Misc queries) | |||
I saved file A over file B. Can I get file B back? | Excel Discussion (Misc queries) | |||
Back up file | Excel Discussion (Misc queries) | |||
To get client data from a saved file back to the master file | Excel Discussion (Misc queries) |