eti3nne
MIS
- Feb 5, 2004
- 102
When I click a button on sheet wk0, I go to a calc sheet where I eventually click a submit button to return to the original sheet (Wk0) and cell, setting the calculated value in the cell. This works OK with a single sheet because I hard code the sheetname (Wk0) for the return path, but I now have 4 sheets: Wk0,Wk16,Wk32,Wk48.
? How do I get excel to remember the sheet I came from. I have used the following to get the sheetname...
Sourcesheet = ActiveSheet.Name
...but I don't know how/where to force excel to remember the original location (1 of 4, now) when I move between sheets so that I can return to the original source sheet.
Any ideas?
Thanks for looking.
? How do I get excel to remember the sheet I came from. I have used the following to get the sheetname...
Sourcesheet = ActiveSheet.Name
...but I don't know how/where to force excel to remember the original location (1 of 4, now) when I move between sheets so that I can return to the original source sheet.
Any ideas?
Thanks for looking.