• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Webstyle Back button with VBA

Sorry Its not working. Can you understand What i need?

I want to create a back button in every sheet. For example i have 5 sheets. If i view 3rd sheet then 5th sheet. Then i will click back button in 5th sheet. if again i click 5th sheet and 2nd sheet then i click back in 2nd sheet it should fo for 5th sheet. Is it possible in VBA
 
Hi, did you try the code that Luke linked to?. I tested it and it seemed to work. Though I did sometimes get error 9 subscript out of range.
 
Can you elaborate on "it's not working"?

Saying that something "is not working" is actually one of the least helpful phrases to use on a forum, especially when dealing with code. Did the code not compile? Did it run, but do something unexpected? Did it freeze mid-run? Does it generate error "XXX: Important message you should relay to forum"? :DD

I tested out the code in the link, and it seems to work ok. If you can elaborate on what you didn't like about this particular solution, it will help us in creating a new one.
 
Can you elaborate on "it's not working"?

Saying that something "is not working" is actually one of the least helpful phrases to use on a forum, especially when dealing with code. Did the code not compile? Did it run, but do something unexpected? Did it freeze mid-run? Does it generate error "XXX: Important message you should relay to forum"? :DD

I tested out the code in the link, and it seems to work ok. If you can elaborate on what you didn't like about this particular solution, it will help us in creating a new one.
Can you share that excel sheet. I guess i did it wrong.
 
What do you mean? It's not doing what you want, or nothing is happening at all? Do you have macros enabled? Have you navigated to different sheet(s) and then clicked the arrow?
 
Back
Top