I am trying to copy the data in the cells underneath columns A and B if cell E is blank. I applied a filter to look at only the data with cell E empty however i am getting errors in my code. This is what i have
sht10.Range("E2").AutoFilter Field:=5, Criteria1:="="
I did already identify all my variables this is part of a larger code.