VBA-tools / VBA-Web

VBA-Web: Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web
http://vba-tools.github.io/VBA-Web/
MIT License
2.01k stars 494 forks source link

ERROR 10025: No module found at #227

Closed jmorganh closed 8 years ago

jmorganh commented 8 years ago

I am new to GETHUB and this is my first issue report.

I get this error when i select the install into Access Database.

ERROR 10025: No module found at C:\Users\myName\AppData\Local\Temp\Temp1_VBA-Web-4.0.21.zip\VBA-Web-4.0.21\src\WebHelpers.bas

I have tried to copy the zip file into the folder but not able to paste.

Any ideas?

timhall commented 8 years ago

Looking through the source, error 10025 looks like it's related to auto-proxy (WebHelpers:2926) so I'm not sure why it would give that message.

I think the error is related to importing VBA-Web. Access support with the installer is in beta and is limited to .accdb files. To install manually:

  1. Unzip the release zip file (anywhere on your computer)
  2. Open your Access database
  3. Open the VBA Editor
  4. Import each file in src (except WebAsyncWrapper, it's optional and for Excel and Windows-only)