Regsvr32
Hi,
I am now trying to uninstall a DLL using the regsvr32 executable by using the Shell statement in VBA. However, when running this code
==============================================
Shell "regsvr32.exe /u C:\Documents and Settings\Max\Desktop\SourceCode.dll"
==============================================
it gives me an error message when loading "C:\Documents". It seems that my string isn't correct, because regsvr32.exe tries to uninstall the part before the first space. In which way must I edit my string, in order to let me uninstall the correct path as indicated above?
Thanks in advance
-Max
|