Error support ‘Wscript.Eho’ help needed
Hi folks,
I have been fighting with this for days and your expert help is needed! I am executing some code which results with "Object doesn't support this property or method". The error is occurring on the "With Me.OLEObject" line (By the way, I haven't found documentation which explains what the "With" clause is suppose to do?).
I am trying to extract a Word document(OLE object) from an Access database, for each record in the table, and save it as a Word Document.
Here is the exact phrase of the error:
Windows Script Host
Script: A:runtime_error.vbs
Line: 3
Char: 1
Error: Object doesn’t support this property or method: ‘Wscript.Eho’
Code: 800A01B6
Source: Microsoft VBScript runtime error
What might be the cause of this issue? Please help me find a solution to this error, I've been stuck with this for so many days. Your solution would unclog me from days of thinking.
Thanks!