You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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.
The text was updated successfully, but these errors were encountered: