SOAP for VBA Upgrade

I recently had to upgrade an MS Access application from Office 2003 (MDB) to Office 365 (ACCDB). This application uses a SOAP connection to pull in XML from a Process Server in New York.

The original application was using MSSOAP30.dll in C:\Program Files(x86)\Common Files\MSSoap\Binaries\MSSOAP30.dll.

In order to upgrade the application, you will need to remove this MISSING dll and replace it with the new Office version.

  

Replace the Reference with the one shown below, found in C:\Program Files\Common Files\Microsoft Shared\OFFICE16\MSSOAP30.DLL.

OR this one for 32 bit Office.

C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE16\MSSOAP30.DLL.

 

Add comment

Loading