Results 1 to 14 of 14

Filtered data to exclude header row

Threaded View

  1. #12
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Filtered data to exclude header row

    Alf,
    Okay, it is another way of skipping the error.
    If I want to copy, including a header, I have changed the offset to 0
    ActiveSheet.AutoFilter.Range.Offset(0, 0).SpecialCells(xlCellTypeVisible).Copy
    If the match is found, it works and does not make any difference, but imagine there is no match and I do not want to copy the header. Mine skips it, but your code copies the header.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Exclude Filtered Rows in SUBTOTAL
    By callie64 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-10-2016, 03:34 PM
  2. Exclude header row from dump
    By rlowe in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-04-2013, 10:52 PM
  3. export filtered data (including header row) to new workbook, maintain column width
    By ovetcobo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-26-2013, 03:47 PM
  4. [SOLVED] Copy a specific column data of filtered output without header
    By uvaidya in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 11-05-2012, 09:21 AM
  5. Find first data row after header when data is filtered.
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-22-2012, 07:40 PM
  6. Finging first row of a given column that has data in it.......exclude header
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-14-2011, 02:23 PM
  7. Copy filtered data, not header
    By melbri in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-07-2010, 07:22 PM

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