Morning all
I am looking for VBA to enable me to search my spreadsheet where the 'Grade' column is equal to 'APP'
I have the autofilter as Sub check3() Range("A:1:X1").Autofilter6,"=APP"
I know I may not need this, but want to leave it in, to let users see it has worked. What I am looking...