I am working on a macro. I created a detour that is conditioned on whether you fill in a text box. If the textbox is blank, it is supposed to detour and not perform that step. When I fill in the textbox normally, it should perform the step and continue on, but when the first character within the textbox is "t", "T" or "1", then it flips to the detour erroneously. I believe it is because these characters refer to True in a boolean sense and override the condition placed on the detour.
Has anyone come across this before or have any solutions to this problem?