Registering Accwiz.dll

G

Guest

Using start--->run, I enter regsvr32.exe c:\Program Files\Microsoft Office\Office11\Accwiz.dll

I know the path is entered corrected, as I can navigate to the Accwiz.dll file using explorer, copying the path, and pasting it into the run command. However, I get an error message saying "LoadLibrary failed-the specified module could not be found.

Again, I know the path is entered correctly and that the Accwiz.dll file is there.

Any suggestions?
 
D

Douglas J. Steele

I believe you need quotes around the file name, because of the embedded
space:

regsvr32 "c:\Program Files\Microsoft Office\Office11\Accwiz.dll"

A "trick" you can use is to just type regsvr32 in the Run command, then drag
the file to the command box.

Alternatively, if you go to the Common Controls Replacement Project (CCRP)
"Cool Tool" page at http://ccrp.mvps.org/download/cooltools.htm there's the
"OCX/DLL RegSvr Context Menu" registration file you can download that will
add right-click menu options that will help you do this.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Ron Hughes said:
Using start--->run, I enter regsvr32.exe c:\Program Files\Microsoft Office\Office11\Accwiz.dll

I know the path is entered corrected, as I can navigate to the Accwiz.dll
file using explorer, copying the path, and pasting it into the run command.
However, I get an error message saying "LoadLibrary failed-the specified
module could not be found.
 

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