Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS Word integration #465

Open
McAvity opened this issue Sep 11, 2021 · 2 comments
Open

MS Word integration #465

McAvity opened this issue Sep 11, 2021 · 2 comments

Comments

@McAvity
Copy link

McAvity commented Sep 11, 2021

Would it be possible to provide the version of VBA-Web working with MS Word?
I've tried copying the modules manually from Excel to Word, but I'm getting the "Object doesn't support this property or method (Error 438)" (I'm working on Mac) on the call:

Request.AddQuerystringParam "x", "y"

I've tried using the answer posted in the MS Access Integration #448 , but without luck.

The Excel version works fine.

@zgrose
Copy link

zgrose commented Sep 12, 2021

Did you copy over the Dictionary class?

@MikeGTi
Copy link

MikeGTi commented Dec 10, 2021

In Excel You can write code as:
dim dict1 as Dictionary
but Word has dictionary as application object, and You need re-write code:
dim dict1 as Scripting.Dictionary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants