I have a .vbs file which works fine on two PCs but not on a third.
It fails when it gets to this line:

Set cnn_to = CreateObject("ADODB.Connection")


All three are running XP

Error: The specified procedure could not be found
Code: 8007007F


Any clues?

Thanks