Hello,
I have a problem with comparing IDs using VBA, for example if i was using MySQL i can write
If Mystring = "g????" then ......
Which means it will only look for all the IDs which start with g. HOw can i do this in VBA?
Cheers
I have a problem with comparing IDs using VBA, for example if i was using MySQL i can write
If Mystring = "g????" then ......
Which means it will only look for all the IDs which start with g. HOw can i do this in VBA?
Cheers