Word 9.0 early binding crashes VBA/VB6

L

lengchai

Before posting, I searched for similiar solution in the forums and als
the Internet, but none surfaced.

I have been trying to do an early binding (Project -> References...
for Word 9.0 object, and it crashes VB6, and even VBA, in all my PC
(with Windows 2000). I have no problem with Excel or Outlook, which
program regularly. The error message will have something like this:

The instruction at "0x0fbe03fc" referenced memory at "0x0467e374". Th
memory could not be "read".

Specifically, it will crash the IntelliSense feature of VB. I coul
never type pass the word "As". For example:

Dim objW As

The moment I press the space bar after the word As, it will crash. I
will also crash when I click on Object browser, or when trying to cal
a sub-class, or creating new object:

Set objW = New

I could never type pass New, as VB crashes at this point.

There is no problem compiling existing code, it will only crash whe
one types manually. So if I copy and paste Word macros, or other V
codes, no problem running them.

It's a very FRUSTRATING BUG I wish to squash URGENTLY before my bos
kick my butts out of the office. :)

TIA,
wp
 
L

lengchai

hi. is there no solution to this problem? appreciate if someone can
help. thank you.

tia,
wps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top