+ Reply to Thread
Results 1 to 3 of 3

Manipulate data exclusive to a AUTOFILTER result

  1. #1
    Registered User
    Join Date
    10-04-2014
    Location
    Atlanta GA
    MS-Off Ver
    MS office 365
    Posts
    9

    Post Manipulate data exclusive to a AUTOFILTER result

    I have an input TABLE that records equipment hours and fuel usage. The daily data entries get sorted and copied to a separate DATA table located on a different sheet (same workbook) using the Autofilter Function. The input table has a BEFORE METER READING and an ENDING METER READING. Once the VBA has transferred the data to the separate datasheet, I need to reset the meter readings. The ENDING METER READING becomes the BEFORE METER READING for the next day or reading occurrence.

    The problem I am having is that I can not figure out how to move the CURRENT METER READING to the BEFORE METER READING to the items only affected by the Autofilter Function.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-24-2007
    Location
    Alsace - France
    MS-Off Ver
    MS 365 Office Suite
    Posts
    5,066

    Re: Manipulate data exclusive to a AUTOFILTER result

    See next code
    Yes it will be more smart to reuse the .SpecialCells(xlCellTypeVisible) but it does not work properly ...
    Please Login or Register  to view this content.
    - Battle without fear gives no glory - Just try

  3. #3
    Registered User
    Join Date
    10-04-2014
    Location
    Atlanta GA
    MS-Off Ver
    MS office 365
    Posts
    9

    Re: Manipulate data exclusive to a AUTOFILTER result

    Works Beautifully, and simple.
    I am new to VBA so this was very helpful. How do I close out my "Thread"
    Knightflier

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Clear Filtered Data From Autofilter Result on Table
    By Vlad717 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-20-2019, 01:46 PM
  2. Pull mutually exclusive data from different columns
    By templeowls in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-07-2019, 09:38 AM
  3. Autofilter with using exclusive or onmultiple columns?
    By doghouse308 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-10-2018, 08:01 PM
  4. Autofilter with using exclusive or onmultiple columns?
    By doghouse308 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-09-2018, 05:57 PM
  5. How to autofilter data and show result to aTable
    By pavlos_x in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 09-06-2015, 11:05 AM
  6. Graphing the sum of an autofilter result
    By ElPresidente408 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-09-2008, 12:41 PM
  7. referencing autofilter result
    By EH003268 in forum Excel General
    Replies: 2
    Last Post: 08-24-2005, 09:43 AM

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