+ Reply to Thread
Results 1 to 2 of 2

Go to sheet2

  1. #1
    Registered User
    Join Date
    11-01-2004
    Posts
    37

    Go to sheet2

    Hi

    What is the code to shift from shee1 to sheet2?
    The code is in sheet1 and I would like to change somthing in sheet2.

    Thanks
    hme

  2. #2
    Norman Jones
    Guest

    Re: Go to sheet2

    Hi Hme,

    > What is the code to shift from shee1 to sheet2?


    Sheets("Sheet2").Select

    However, it is rarely necessary to make selections. Values can be changed on
    a non-active sheet. For example:

    Sheets("Sheet2").Range("A1").Value = 100


    ---
    Regards,
    Norman



    "hme" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi
    >
    > What is the code to shift from shee1 to sheet2?
    > The code is in sheet1 and I would like to change somthing in sheet2.
    >
    > Thanks
    > hme
    >
    >
    > --
    > hme
    > ------------------------------------------------------------------------
    > hme's Profile:
    > http://www.excelforum.com/member.php...o&userid=15930
    > View this thread: http://www.excelforum.com/showthread...hreadid=538355
    >




+ 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