i using a case statement, however one of the "cases" is giving me trouble...im basically assigning a variable a string value, however one of the "cases" i wont necessarily know exactly, i just konw that it will end in "...DA Calls"
i tried using the case statement with wildcharacters, with MOU as my variable like this
select case MOU
case "*DA Calls"
...
end select
however its not reading it the way i want to, its looking for an exact, case-sensitive string,...is there around this, should i use if statements instead...thanks!!!
i tried using the case statement with wildcharacters, with MOU as my variable like this
select case MOU
case "*DA Calls"
...
end select
however its not reading it the way i want to, its looking for an exact, case-sensitive string,...is there around this, should i use if statements instead...thanks!!!