Hi,
i have spreadsheet with the fields: date, vendor name, amount how can the code below be modify to sort the date and also vendor name with same date.
code:
Private Sub Worksheet_Change(ByVal Target As Range)'Updateby Extendoffice 20160606
On Error Resume Next
If...