I am having many troubles with userforms!
My second field on the form is called agedate. This needs to be in the format dd/mm/yyyy and depending on this date entered I want to search the worksheet (column D) for anything that has that date entered including 2 days either side. Is this possible?
I use the autofilter to search and so far this has worked.
Selection.AutoFilter Field:=1, Criteria1:=Name.Value
My second field on the form is called agedate. This needs to be in the format dd/mm/yyyy and depending on this date entered I want to search the worksheet (column D) for anything that has that date entered including 2 days either side. Is this possible?
I use the autofilter to search and so far this has worked.
Selection.AutoFilter Field:=1, Criteria1:=Name.Value