+ Reply to Thread
Results 1 to 2 of 2

filtering data based on a formula

  1. #1
    Al Z
    Guest

    filtering data based on a formula

    I am trying to setup a macro to print out a list of Loaned equipment that is
    due to be returned as of the current date (cell containing value of
    "=today()" is the key).
    Key to this is filtering the data by referenceing the cell that contains the
    current date.

  2. #2
    bpeltzer
    Guest

    RE: filtering data based on a formula

    I'd just record the macro, manually selecting any old date from the drop
    down. Then edit the macro, changing the line that reads something like
    Selection.AutoFilter Field:=7, Criteria1:="06/13/06"
    , changing the criteria to something like format(date(),"m/d/yy")

    "Al Z" wrote:

    > I am trying to setup a macro to print out a list of Loaned equipment that is
    > due to be returned as of the current date (cell containing value of
    > "=today()" is the key).
    > Key to this is filtering the data by referenceing the cell that contains the
    > current date.


+ 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