LHServices
Programmer
I am having an issue with a client - He cannot run macros in Word 2007 (Excel works fine). We have set his macro securities to enable all macros, yet nothing will run. I had him check all references, and everything seems to be in order there. I had him create a dummy sub to see if even the simplest code would run (MsgBox("Test")) without success. I had him run the same code in an Immediate window (Ctrl+G), again, with no success. Lastly, I had him run the message box in Excel, and it seemed to work.
After quite a bit of research, I've found that the VBA reference can need to be re-registered, but if this were the case, wouldn't it show up as MISSING (or not show up at all in the references)? Below is the error code he gets when attempting to run any code.
Does anyone have any suggestions? I am at a loss here.
After quite a bit of research, I've found that the VBA reference can need to be re-registered, but if this were the case, wouldn't it show up as MISSING (or not show up at all in the references)? Below is the error code he gets when attempting to run any code.
Does anyone have any suggestions? I am at a loss here.