vba code error fix
Budget: $10 – $30 USD
ActiveWorkbook.Worksheets("AGING").AutoFilter.Sort.SortFields.Add2 Key:= _
Range("F1"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
Above code can't run in my VBA - excel
Range("F1"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
Above code can't run in my VBA - excel