1276
General Software Discussion / Re: ctrl + tab (first in, first out history) for excel sheets?
« Last post by urlwolf on April 01, 2007, 03:56 PM »Thanks kfitting, Perry,
I agree, it'd be more interesting to mimic windows defaults.
I have magnaged to get some runtime errors. I deactivated all my other addins (that's how interested I am in this ctrl + tab functionality!), and have gotten rid of the runtime errors. However, the history doesn't work as expected (like normal windows ctrl + tab)... in my system, it just goes to next open sheet, not the last used. Example, imagine I have sheets A B C D E. I work on A, then click on C, and want to go back to A by doing ctrl + tab. The current implementation (at least in my system) goes to D (the SheetNumber ++), not to A.
Is it they way you intended it? (sorry, didn't look at the code!)
One comment... why ctrl-alt-tab? Why not ctrl-shift-tab? Most of the programs that I've seen that use ctrl-tab add shift to go background. But, since it's in vba, it's easily customizable!
I agree, it'd be more interesting to mimic windows defaults.
I have magnaged to get some runtime errors. I deactivated all my other addins (that's how interested I am in this ctrl + tab functionality!), and have gotten rid of the runtime errors. However, the history doesn't work as expected (like normal windows ctrl + tab)... in my system, it just goes to next open sheet, not the last used. Example, imagine I have sheets A B C D E. I work on A, then click on C, and want to go back to A by doing ctrl + tab. The current implementation (at least in my system) goes to D (the SheetNumber ++), not to A.
Is it they way you intended it? (sorry, didn't look at the code!)

Recent Posts
)