Results 1 to 7 of 7

Named Range Resizing takes a long time

Threaded View

  1. #4
    Forum Expert nilem's Avatar
    Join Date
    10-22-2011
    Location
    Ufa, Russia
    MS-Off Ver
    2013
    Posts
    3,377

    Re: Named Range Resizing takes a long time

    maybe so
    With Range("DevelopmentPlan")
        .Resize(.Rows.Count + 1).Name = "DevelopmentPlan"
    End With
    for example
    Sub ert()
    With Range("DevelopmentPlan")
        .Resize(.Rows.Count + 1).Name = "DevelopmentPlan"
    End With
    With ActiveWorkbook.Names("DevelopmentPlan")
        .RefersToRange.Select
        MsgBox .RefersTo
    End With
    End Sub
    Last edited by nilem; 03-01-2013 at 01:02 PM.

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