Search results

  1. S

    Solve a string with True or False

    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?
  2. S

    Sub routine to automatically log into oracle ODBC server

    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.
Back
Top Bottom