I need to detect whether or not an error occurs when attempting to create a new object via VB Script. I have tried on error goto X as well as if err <> 0 then... What format is used in VBScript to detect an Error? Or is there a way since it is scripting and not actually VB.
Mike