Well, I really don't have to. I could just switch TODAY() - 1 to TODAY() + 1 to get an inverse because TODAY() - (TODAY() - 1) = (TODAY() + 1) - TODAY(). That's what I did, but I still got the #VALUE error.
Is there a VBA Doc place like the JavaDocs on Oracle's website where I could go look up that object? I would like to know more.
Bookmarks