What is the purpose of the colon?
e. g.:
Dim objConn : Set objConn = OpenConnection()`
Is the colon used to combine the two statements
Yes, the code would work exactly the same on two lines; the colon's just a statement separator.