Quote Originally Posted by dilettante View Post
I don't know where you got that idea. It works fine on the 64bit PC I just tried it on.
Sure...

@JAAFAR
Judging from your last postings, you're probably trying to use it from within a 64Bit-Process (as e.g. "64Bit-Excel-VBA").

First option:
...use the 32Bit-Script-COMponent with COM-Marshaling (either via ActiveX-Exe-Instancing or the DllSurrogate-mechanism).

Second option:
...google for VB6-implementations of the IActiveScripting-interfaces (there are a few out there) -
and adapt these sources for VBA-64.

Olaf