Switch between sheets with keystrokes?

R

rich575

How do I switch between the last two active worksheets (within the same
workbook) with keystrokes?

I'd appreciate any help you can give.

Thanks,
Richard
 
B

BIG D

How do I switch between the last two active worksheets (within the same
workbook) with keystrokes?

I'd appreciate any help you can give.

Thanks,
Richard

CTRL + PAGEUP moves forward 1 page
CTRL = PAGEDOWN moves back 1 page

Hope that helps.

BigD
 
Top