+ Reply to Thread
Results 1 to 3 of 3

Deleting Names in Excel 2003

  1. #1
    steve_nelson
    Guest

    Deleting Names in Excel 2003

    How do I delete names (name ranges) all at once, rather then having to do it
    individually

  2. #2
    Michael Bednarek
    Guest

    Re: Deleting Names in Excel 2003

    On Wed, 5 Jan 2005 19:25:06 -0800, steve_nelson
    <steve_nelson@discussions.microsoft.com> wrote in
    microsoft.public.excel.misc:

    >How do I delete names (name ranges) all at once, rather then having to do it
    >individually


    With VBA:

    Dim myName As Name

    For Each myName In Names
    myName.Delete
    Next myName

    Qualify Name as required: Application, Workbook, Worksheet. Unqualified,
    Names will refer to ActiveWorkbook. See Help: Names Property
    (<mk:@MSITStore:C:\Program%20Files\Microsoft%20Office\OFFICE11\1033\VBAXL10.CHM::/html/xlproNames1.htm>).

    --
    Michael Bednarek http://mbednarek.com/ "POST NO BILLS"

  3. #3
    Jim Rech
    Guest

    Re: Deleting Names in Excel 2003

    To do what you want and many other things with names you should get this
    free Names Manager utility:

    http://www.jkp-ads.com/Download.htm#NameManager

    --
    Jim Rech
    Excel MVP
    "steve_nelson" <steve_nelson@discussions.microsoft.com> wrote in message
    news:31503776-7B89-4ED2-898F-63D1DA62188A@microsoft.com...
    | How do I delete names (name ranges) all at once, rather then having to do
    it
    | individually



+ 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