+ Reply to Thread
Results 1 to 2 of 2

VBA changing Page Name.

  1. #1
    Registered User
    Join Date
    11-13-2005
    Location
    Moscow
    Posts
    41

    Smile VBA changing Page Name.

    Hello
    Does someone know how to get a VBA to change a page name according to the value in a cell. The reason why I ask this is because I have a database with many names and after entering a new name I must go to a Template sheet enter their ID number in cell D1 and then change the page name. And what I want is the sheet name to be equal to their ID Number.

    Paul Maynard
    Moscow
    Russia

  2. #2
    Ardus Petus
    Guest

    Re: VBA changing Page Name.

    Worksheets("Sheet1").name = Range("A1").value

    HTH
    --
    AP

    "paulrm906" <[email protected]> a écrit
    dans le message de
    news:[email protected]...
    >
    > Hello
    > Does someone know how to get a VBA to change a page name according to
    > the value in a cell. The reason why I ask this is because I have a
    > database with many names and after entering a new name I must go to a
    > Template sheet enter their ID number in cell D1 and then change the
    > page name. And what I want is the sheet name to be equal to their ID
    > Number.
    >
    > Paul Maynard
    > Moscow
    > Russia
    >
    >
    > --
    > paulrm906
    > ------------------------------------------------------------------------
    > paulrm906's Profile:

    http://www.excelforum.com/member.php...o&userid=28776
    > View this thread: http://www.excelforum.com/showthread...hreadid=520578
    >




+ 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