English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I mean we press ALT TAB to switch between windows so how do we sitch between sheet 1, sheet 2 etc while working in Excel using the keyboard.
Thanks

2006-12-03 17:28:52 · 6 answers · asked by Anonymous in Computers & Internet Software

6 answers

as a default, im using CTRL+PageUp/ CTRL+PageDown to switch between worksheets. its a lot of help and i can work faster 'cus there's no more hassles of putting ur right hand on the mouse, then on the keyboard, then on the mouse again... its faster 'cus im only using the keyboard alone.

2006-12-03 18:01:15 · answer #1 · answered by Dreamer 2 · 2 1

Control Tab will move between open workbooks
Control Page Up/Down will move between sheets in a workbook

2006-12-03 17:30:52 · answer #2 · answered by orlandobillybob 6 · 3 0

u can either left click on the sheets(bottom of the document) in the excel document or hold down ctrl key and press page up/page down button

2006-12-03 17:37:04 · answer #3 · answered by harishparuchuri 1 · 0 0

Well, I didn't know that CTRL PageUp and CTRL PageDown did that.

I have always written a VBA Macro for it

something like what is shown below:

Sub next_sheet()

i = ActiveSheet.Index
i = i + 1

If i > Sheets.Count Then
i = 1
End If

Sheets(i).Select

End Sub

2006-12-03 17:36:40 · answer #4 · answered by Jay S 2 · 2 0

Click on the tab where it lists the number of pages - automatic

2006-12-03 17:31:05 · answer #5 · answered by Anonymous · 0 2

while only using the keyboard???

hmmm, im not sure..

2006-12-03 17:33:35 · answer #6 · answered by amber 2 · 0 2

fedest.com, questions and answers