Results 1 to 5 of 5

Problem when copy filtered table in Excel 2007 using VBA

Threaded View

  1. #1
    Registered User
    Join Date
    03-11-2013
    Location
    colombia
    MS-Off Ver
    Excel 2007
    Posts
    18

    Problem when copy filtered table in Excel 2007 using VBA

    Hello Guys, I am trying to copy and paste a filtered table (named table1) which is in the sheet DATA through a macro, but , when I execute the macro, there are rows that aren't copy.

    I copy the filtered table using the VBA code:
    Worksheets("DATA").Select
    Worksheets("DATA").ListObjects("table1").Range.Select
    Selection.SpecialCells(xlCellTypeVisible).Select
    Selection.Copy
    Range("I3").PasteSpecial xlPasteFormats
    Range("I3").PasteSpecial xlValues
    An example workbook is attached.

    Someone can help me, please, any help is welcome, thanks in advance.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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