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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -