excel vba - type mismatch error while dimensioning a sheetname -


dim astring, jstring, kstirng string  set rmdvsheet = activeworkbook.sheets(sheet11)      rmdvsheet.range("$a$1:$k$103").autofilter field:=10, criteria1:= _         "d7u l462-l494 17my"      rmdvsheet.range("$a$1:$k$103").autofilter field:=11, criteria1:= _         "air induction"      rmdvsheet.calculate 

here on 2nd line getting type mismatch error. can help?


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 -