TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: FELIX on May 25, 2018, 02:02:15 PM

Title: MSOffice 365
Post by: FELIX on May 25, 2018, 02:02:15 PM

I have the following statement to access MSOffice-Word and manipulate the document but for MSOffice 365: VLA-OBJECT nil.

Code: [Select]
(SETQ MSWORDAPP (vlax-get-or-create-object "Word.Application"))
Title: Re: MSOffice 365
Post by: ronjonp on May 25, 2018, 02:52:10 PM
Have you installed the applications locally? I have Office 365 and that returns an object for me (Win10x64)
Title: Re: MSOffice 365
Post by: FELIX on May 25, 2018, 11:16:23 PM
Recently some users (three) of an application of mine that creates reports in MSWord reported the error "VLA-OBJECT nil" when they started using MSOffice 365. As I did not have this version installed I asked this question here in the forum.

I did a test on my computer. I uninstalled MSOffice 2016 and installed MSOffice 365. I tested my application and it worked normally.

Now I do not know how to check on these clients. I can only see by remote access.
I tested with the "HOME" version, I will request information from the users of which version they use.

Thank you very much for the quick response.