+ Reply to Thread
Results 1 to 3 of 3

navigate sheet onclick

  1. #1
    Registered User
    Join Date
    02-15-2006
    Posts
    14

    Question navigate sheet onclick

    hi
    i am new to excel programming

    i am in sheet1.. when i click a button i should go to sheet5...


    kindly send me the coding ... i will be thankfulll

  2. #2
    NAVEEN
    Guest

    RE: navigate sheet onclick

    Hi,

    Create a macro as follows

    =============================
    Sub NavigateSheet()
    Sheets("sheet5").Select
    End Sub
    =============================

    Assign this macro to a button.

    Regards,
    NAVEEN



    "nshanmugaraj" wrote:

    >
    > hi
    > i am new to excel programming
    >
    > i am in sheet1.. when i click a button i should go to sheet5...
    >
    >
    > kindly send me the coding ... i will be thankfulll
    >
    >
    > --
    > nshanmugaraj
    > ------------------------------------------------------------------------
    > nshanmugaraj's Profile: http://www.excelforum.com/member.php...o&userid=31570
    > View this thread: http://www.excelforum.com/showthread...hreadid=515633
    >
    >


  3. #3
    Registered User
    Join Date
    02-15-2006
    Posts
    14

    ok

    thanks friend

+ Reply to Thread

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