Error support ‘Wscript.Eho’ help needed

Asked By 1170 points N/A Posted on -
qa-featured

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!

SHARE
Answered By 0 points N/A #124746

Error support ‘Wscript.Eho’ help needed

qa-featured

For detection you need to do 2 things:

1.When you open windows explorer/internet explorer, put C:WINDOWS then hit enter, in the address box, a window will pop up, locate the file YQV.vbe, then click to select it, hit delete button, confirm delete.

2. NEXT is you go to start, then all programs, startup, see if you got an icon which is named YQV or a white rectangle with blue edge, right click to select properties, on general tab, if location: is C:WINDOWSYQV.vbe, redo this step, but right click to select delete, confirm delete.

Related Questions