Smitty
Legend
- Joined
- May 15, 2003
- Messages
- 29,536
alt 0163
Too bad it's a pisser to get it to work on a laptop without a 10-key pad!
alt 0163
On wide sheets,
Alt+PgUp
Alt+PgDn
I also use Go To special a lot, so
ALT+E+G+S+O (for constants)
ALT+E+G+S+F (for formulas)
F3 to bring up the Name list when writing formulas
Alt+F8 to run a macro
Ctrl+* to select a region on the worksheet
There are others, but many have already been quoted earlier...
Denis
Hi Denis
You can use F5 to go to the GoTo dialog instead of ALT+E+G
For me the most valuable is CTRL+S. You won't believe how many of my colleagues frequently lose work because they fail to save!
My next favourite is F1 for a littlle help along the way. Esppecially in the VBE, where it automatically pops up on the subject based on the word selected in the coode pane.
Private Sub Workbook_Open()
Application.OnKey "{F1}", ""
End Sub
I've never understood why they put both [windows]+D (desktop) and [windows]+M (minimize all). It seems redundant. I've also taken to using [windows]+L (lock screen) since we have a few wiseguys in the office that - if you leave your machine unlocked - have been known to hop on to your unprotected machine and send out e-mails with messages like "I feel like a pretty pink ballerina today!"
I've never understood why they put both [windows]+D (desktop) and [windows]+M (minimize all). It seems redundant. I've also taken to using [windows]+L (lock screen) since we have a few wiseguys in the office that - if you leave your machine unlocked - have been known to hop on to your unprotected machine and send out e-mails with messages like "I feel like a pretty pink ballerina today!"