+ Reply to Thread
Results 1 to 2 of 2

Dynamic range copy.

  1. #1
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651

    Dynamic range copy.

    I have been able to filter my data by date but now that the filter is done I need to copy that from one sheet to another. The problem is the range will be dynamic so I don’t know how to do it. I usually will just record a macro and look at it. but this just takes the actual range not the dynamic range.

    thanks very much

  2. #2
    Tom Ogilvy
    Guest

    Re: Dynamic range copy.

    If it was done using an Autofilter then

    activesheet.Autofilter.Range.Copy _
    Destination:=Worksheets("Sheet2").Range("A1")

    Only the visible rows are copied.

    --
    Regards,
    Tom Ogilvy


    "sungen99" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have been able to filter my data by date but now that the filter is
    > done I need to copy that from one sheet to another. The problem is the
    > range will be dynamic so I don't know how to do it. I usually will just
    > record a macro and look at it. but this just takes the actual range not
    > the dynamic range.
    >
    > thanks very much
    >
    >
    > --
    > sungen99
    > ------------------------------------------------------------------------
    > sungen99's Profile:

    http://www.excelforum.com/member.php...fo&userid=9144
    > View this thread: http://www.excelforum.com/showthread...hreadid=378066
    >




+ 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