Results 1 to 12 of 12

Want to see only the row data for today's date

Threaded View

  1. #3
    Registered User
    Join Date
    10-11-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Want to see only the row data for today's date

    Hello Mumps!

    In column K (11th column)

    I came up with this so far when I created a MACRO within the 'Today's Calls' button:

    Sub Button109_Click()
    '
    ' Button109_Click Macro
    ' Calls to be made today
    '
    
    '
        ActiveSheet.Range("$A$3:$X$170").AutoFilter Field:=11, Operator:= _
            xlFilterValues, Criteria2:=K = today()
            
    End Sub
    It doesn't work however.
    Last edited by arlu1201; 05-09-2013 at 01:55 AM.

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