+ Reply to Thread
Results 1 to 2 of 2

Renaming a cell name

  1. #1
    Gary Paris
    Guest

    Renaming a cell name

    I have a cell that is named "payment". On another sheet, there are multiple
    cells that reference "payment". Is there a way to rename "payment" and
    change every occurence of it in the workbook?

    Thanks,

    Gary



  2. #2
    Tom Ogilvy
    Guest

    Re: Renaming a cell name

    to change what cell it refers to

    worksheets("Sheet2").Range("B9").Name = "payment"

    to change the name use Edit=>Replace


    --
    Regards,
    Tom Ogilvy

    "Gary Paris" <[email protected]> wrote in message
    news:[email protected]...
    > I have a cell that is named "payment". On another sheet, there are

    multiple
    > cells that reference "payment". Is there a way to rename "payment" and
    > change every occurence of it in the workbook?
    >
    > Thanks,
    >
    > Gary
    >
    >




+ 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