excel vba - Auto filter method of range class failed with Criteria -


set rmdvsheet = activeworkbook.sheets(11)      rmdvsheet.range("a1:k103").autofilter field:=10, criteria1:= _         "d7u l462-l494 17my" 

here on 2nd line geting error saying "auto filter method of range class failed".

make sure have correct worksheet.

make sure data in sheet cells have no double quotes. like:

see it


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -