VB Script (db con) question
Hi.
I have an excel macro (vb script) that i have to tweak a bit but ive never worked with vb script before (being a c++/java programmer).
I was wondering (to put it mildly) how the heck I can debug things when I get errors like “runtime error no 212302840943” and have no clue what it is or how to fix it. :)
Ive tried pressing f1 to get a detailed description of the error although it doesn’t help a vbs noob like me.
Any suggestions? I would really appreciate it
A code snippet:
Dim DDE As New DdeLib.DdeConnection
DDE.Connect "KONTAKT", "SERVER" <-- gets stuck here (the strings are defined in another place in the code)