Results 1 to 12 of 12

excel vba sort by date

Threaded View

  1. #1
    Registered User
    Join Date
    08-13-2017
    Location
    TEL AVIV
    MS-Off Ver
    2013
    Posts
    6

    excel vba sort by date

    hi everyone,

    i'm trying to sort table by Date.
    the code is simple but i don'd get the required result:

    Sub Macro1()
    Dim D1 As Date
    D1 = InputBox("Insert date in format dd/mm/yy") 
        Selection.AutoFilter
        ActiveSheet.Range("$A$1:$F$7").AutoFilter Field:=1, Criteria1:="<D1", Operator:=xlOr, Criteria1:="=D1"
    'D1 = 01/08/2017
    'the table:
    header
    01/07/2018
    01/12/2017
    01/08/2017
    01/05/2017
    01/04/2017
    01/01/2017

    what i'm doing worng?
    thanks.
    Last edited by alansidman; 08-13-2017 at 07:54 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to sort by day not date in Excel 2016
    By idrathernot in forum Excel General
    Replies: 6
    Last Post: 05-21-2017, 01:41 AM
  2. how to sort date in excel
    By pusimani in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-16-2005, 01:00 PM
  3. [SOLVED] How do I sort worksheets in excel? i.e. Order them by date
    By Nick in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  4. How do I sort worksheets in excel? i.e. Order them by date
    By Nick in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 PM
  5. How do I sort worksheets in excel? i.e. Order them by date
    By Nick in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  6. How do I sort worksheets in excel? i.e. Order them by date
    By Nick in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. [SOLVED] Sort by date in Excel 2002?
    By Betty in forum Excel General
    Replies: 1
    Last Post: 06-02-2005, 03:05 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