| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
You can't use wildcards but you could check for a string using Instr, LEFT, RIGHT, or MID If instr(objItem.Name,"10) > 0 then OR If Left(objItem.Name,2) = "10" then etc. Take a look at the WSH docs if you want more info on the above.
|
|