Hi All,
Hope you are well.
I am looking to solve a string containing a textual Boolean expression.
e.g. I want to solve
Boolean result = "(True Or False) | False | (True And False)"
How can I do this?
Hi,
I use linked ODBC tables to access tables on a server. I run queries to download fields I need from these links. It requires a login which I want to automate in VBA code. How can I automate this so I do not have to login all the time?
Many thanks.