excel vba - How to Auto Filter except a specify a string using VBA? -


in excel file i've hundreds of value including .(dot) values. autofilter values except .(dot) value in vba macro?

not know data, filter on first column rows not start dot:-

activesheet.range("a1:d20").autofilter field:=1, criteria1:="<>.*", operator:=xland 

Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

php - Mongodb connectivity error -