D
dhbyrne
ok that seems to work but the problem now is that the screen is blank, if i select the filter the date in the field is correct with the right criteria but i have to select OK for it to work, how can i get it to select OK automatically so that will display all the transaction dates...
thanks for this
The < operator should be enclosed in quotation marks, and followed by an
ampersand:
Selection.AutoFilter field:=4, Criteria1:="<" & lessdays
thanks for this
The < operator should be enclosed in quotation marks, and followed by an
ampersand:
Selection.AutoFilter field:=4, Criteria1:="<" & lessdays