You are right
CTRL+ALT+TAB is a contorsion for me.
I'll try to change it on the code.-urlwolf
No, don't worry, try the attached.
The penny's finally dropped that you don't want to cycle through the WorkSheets, so I've removed it
The Add-In is now set:
- CNTL+TAB goes back in the view history
- CNTL+SHIFT+TAB goes forward
I've also added a function that I find very handy:
FollowReference. I don't know about you, but my sheets tend to reference lots of other cells. FollowReference will activate the referenced cell (if it can figure it out) or display the Precendants for you to choose.
I've also added buttons to the tool bar.
I've just a bit of a play, and everything seems to work without falling apart gracelessly
Most of the settings are at the top of the WorkHistory Module: HotKey combinations, number of "views" to remember.
Then, how do I make this change "permanent" (i.e., opening with excel everytime)?-urlwolf
You just put it into your Excel Add-In directory, the location of which depends what version of Windows you are running:
For Excel 2007 for the PC, the default path to this folder is for Windows XP, and probably Vista:
C:\Documents and Settings\UserName\Application Data\Microsoft\AddIns
For Excel 2003, XP and 2000 for the PC, the default path to this folder is for Windows 2000 or Windows XP:
C:\Documents and Settings\UserName\Application Data\Microsoft\AddIns
or, if user profiles are used on your computer:
C:\Windows\Profiles\UserName\Application Data\Microsoft\AddIns
or, for older Windows operating systems:
C:\Windows\Application Data\Microsoft\AddIns
For Excel 97 for the PC, the default path is:
C:\Program Files\Microsoft Office\Office\Library
Hope that helps, let me know if things don't work,
Perry