Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following autofilter statement in my macro:
Selection.AutoFilter Field:=1, Criteria1:="=*SKU*", Operator:=xlAnd The term "SKU" in this statment is Dimensioned as a string variable but it is being used literally. That is the autofilter is selecting lines that contain SKU. How do I get this autofilter statement to understand SKU is a string variable? Thank you. John Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying To Append String Variable To Another String Variable | Excel Programming | |||
Im literally a beginner, please help! | Excel Programming | |||
setting a range variable equal to the value of a string variable | Excel Programming | |||
Literally - every other time | Excel Programming | |||
How do I convert an integer variable to a string variable? | Excel Programming |