G
Guest
I have the following code that works:
Selection.AutoFilter Field:=3, Criteria1:="GMT001(2)"
I want to be able to do something like:
Selection.AutoFilter Field:="Car Model", Criteria1:="GMT001(2)"
Eventually the "Car Model" would be assigned a variable of Text Type.
Any suggestions on how I could do this?
If there's no silver bullet, is there a property or something that I could
latch on to that has the list of Index'd Column Titles or at least the far
left cell address to offset from?
Thanks,
MikeZz
Selection.AutoFilter Field:=3, Criteria1:="GMT001(2)"
I want to be able to do something like:
Selection.AutoFilter Field:="Car Model", Criteria1:="GMT001(2)"
Eventually the "Car Model" would be assigned a variable of Text Type.
Any suggestions on how I could do this?
If there's no silver bullet, is there a property or something that I could
latch on to that has the list of Index'd Column Titles or at least the far
left cell address to offset from?
Thanks,
MikeZz