04-25-2025, 09:33 AM
_AndAlso for logic decisions and not binary comparisons.
If instr... _AndAlso instr.... then
If instr... _AndAlso instr.... then
Using And with two InStr calls
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Using And with two InStr calls - by CMR - 04-25-2025, 06:17 AM
RE: Using And with two InStr calls - by Petr - 04-25-2025, 07:25 AM
RE: Using And with two InStr calls - by SMcNeill - 04-25-2025, 09:33 AM
RE: Using And with two InStr calls - by CMR - 04-25-2025, 08:52 PM
|