G
Guest
Is there a way to write an If then else statement like
If text20.value = "A" or "B", then
do something
else
do something different
end if
If so, what is the correct way; I can't seem to get it to work.
Thanks!
If text20.value = "A" or "B", then
do something
else
do something different
end if
If so, what is the correct way; I can't seem to get it to work.
Thanks!