Hi Guys,

A bit more background.

The legacy code works perfectly, for Office 2007, on Windows XP.

The following line of code is good-to-go on XP, but not Win7.

midoc.Images(0).OCR
Since the original post yesterday, I've tinkered with the error handling, and when I change the error-handling to the following, there is a different error message.

On Error GoTo 0
The updated error message is, "Method 'OCR' of object 'IImage' failed".

Ideas?

Thanks,
Andrew.

~