Results 1 to 8 of 8

Keyboard shortcut for switching through worksheets

Threaded View

  1. #1
    Registered User
    Join Date
    02-05-2010
    Location
    zagreb
    MS-Off Ver
    Excel 2003
    Posts
    3

    Keyboard shortcut for switching through worksheets

    Hello!

    I need keyboard shortcut for switching through worksheets.

    For now, I have this VBA macro and shortcut Ctrl+R:
    Sub next_sheet()
    '
    ' next_sheet Macro
    '
    ' Keyboard Shortcut: Ctrl+r
    '
    ActiveSheet.Next.Select
    
    End Sub
    But, there is a problem: when i am on the last sheet, and want to go to the first, there is Error.

    Any suggestions?

    Thanks in advance.

    Sinke
    Last edited by sinke; 02-19-2010 at 03:48 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1