Hello, i wanted to see if there is a better way for an doing multiple if or statements then just listing if xxx=??? or xxx=???
I have an if statement like so
is there a way to get this done better, or maybe have it listed on a tab on excel and make it a reference? just so its not a large if or statement.
Thank you in advance
I have an if statement like so
is there a way to get this done better, or maybe have it listed on a tab on excel and make it a reference? just so its not a large if or statement.
Thank you in advance
VBA Code:
if thisTag = "beginning date" or thisTag = "end date" or thisTag = "mid date" or thisTag = "no date" then
if tagNum <> 0 then
tagNum = tagNum + 1
end if
end if