lpking2005
Board Regular
- Joined
- Mar 21, 2011
- Messages
- 140
hi,
im in need of some help...
I have a workbook which contains alot of sheets, i have a Back button and home button at the top of each sheet.
Im having trouble finding a way of making the back button remember the previous selected sheets so the user can always go back to the previous sheet they came from.
Ive found some thing on various forums but nothing works very well.
I did find something which looked promising, but i get an error when the code runs.
This uses the back button from the "web" Commandbar:
any help would be appreciated!
thanks!
im in need of some help...
I have a workbook which contains alot of sheets, i have a Back button and home button at the top of each sheet.
Im having trouble finding a way of making the back button remember the previous selected sheets so the user can always go back to the previous sheet they came from.
Ive found some thing on various forums but nothing works very well.
I did find something which looked promising, but i get an error when the code runs.
This uses the back button from the "web" Commandbar:
Code:
Application.CommandBars.FindControl(ID:=1017).Execute ' Back
any help would be appreciated!
thanks!