+ Reply to Thread
Results 1 to 7 of 7

How do I delete all named ranges in a sheet at one time?

Hybrid View

  1. #1
    L.Wall
    Guest

    How do I delete all named ranges in a sheet at one time?

    How do I delete all named ranges in a sheet at one time rather than having to
    delete them one at a time?
    --
    L.Wall

  2. #2
    Dave Peterson
    Guest

    Re: How do I delete all named ranges in a sheet at one time?

    There are lots of names that you may not want to delete (excel creates some
    hidden ones that are important.)

    Get a copy of Jan Karel Pieterse's (with Charles Williams and Matthew Henson)
    Name Manager:

    You can find it at:
    NameManager.Zip from http://www.oaltd.co.uk/mvp

    And you'll be able to pick and choose nicely.

    L.Wall wrote:
    >
    > How do I delete all named ranges in a sheet at one time rather than having to
    > delete them one at a time?
    > --
    > L.Wall


    --

    Dave Peterson

  3. #3
    Dave Peterson
    Guest

    Re: How do I delete all named ranges in a sheet at one time?

    There are lots of names that you may not want to delete (excel creates some
    hidden ones that are important.)

    Get a copy of Jan Karel Pieterse's (with Charles Williams and Matthew Henson)
    Name Manager:

    You can find it at:
    NameManager.Zip from http://www.oaltd.co.uk/mvp

    And you'll be able to pick and choose nicely.

    L.Wall wrote:
    >
    > How do I delete all named ranges in a sheet at one time rather than having to
    > delete them one at a time?
    > --
    > L.Wall


    --

    Dave Peterson

  4. #4
    Bob Phillips
    Guest

    Re: How do I delete all named ranges in a sheet at one time?

    For Each nme In Activeworkbook.Names
    nme.Delete
    Next nme

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "L.Wall" <john_doe@hotmail.com> wrote in message
    news:CE7B4821-D836-4274-A24B-016315703A8D@microsoft.com...
    > How do I delete all named ranges in a sheet at one time rather than having

    to
    > delete them one at a time?
    > --
    > L.Wall




  5. #5
    Bob Phillips
    Guest

    Re: How do I delete all named ranges in a sheet at one time?

    For Each nme In Activeworkbook.Names
    nme.Delete
    Next nme

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "L.Wall" <john_doe@hotmail.com> wrote in message
    news:CE7B4821-D836-4274-A24B-016315703A8D@microsoft.com...
    > How do I delete all named ranges in a sheet at one time rather than having

    to
    > delete them one at a time?
    > --
    > L.Wall




  6. #6
    Dave Peterson
    Guest

    Re: How do I delete all named ranges in a sheet at one time?

    There are lots of names that you may not want to delete (excel creates some
    hidden ones that are important.)

    Get a copy of Jan Karel Pieterse's (with Charles Williams and Matthew Henson)
    Name Manager:

    You can find it at:
    NameManager.Zip from http://www.oaltd.co.uk/mvp

    And you'll be able to pick and choose nicely.

    L.Wall wrote:
    >
    > How do I delete all named ranges in a sheet at one time rather than having to
    > delete them one at a time?
    > --
    > L.Wall


    --

    Dave Peterson

  7. #7
    Bob Phillips
    Guest

    Re: How do I delete all named ranges in a sheet at one time?

    For Each nme In Activeworkbook.Names
    nme.Delete
    Next nme

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "L.Wall" <john_doe@hotmail.com> wrote in message
    news:CE7B4821-D836-4274-A24B-016315703A8D@microsoft.com...
    > How do I delete all named ranges in a sheet at one time rather than having

    to
    > delete them one at a time?
    > --
    > L.Wall




+ 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