Application.Run method throws a run-time error on a different computer.

Started by djroulette, June 19, 2020, 03:18:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

djroulette

I share my Visio file with macros with a few other co-workers by copy-paste method.  The macros use the Application.Run method to call macros in an Excel and Word file.  For the past 3 months, this has worked with 2 coworkers (so 3 of us are using the file).  Monday I added a 3 coworker to the list and when the macro hits the "Application.Run" method his computer shows:
QuoteRun-time error '-2032466048 (86db0780)' An error occurred. Visio is unable to complete exporting.
I'm assuming it is a security setting, but I have combed through every setting I can find.  All three of my coworkers are running Visio 2019 Professional, I am running 2016 Professional.  All three of my coworkers use Windows 10 Pro, I use Windows 10 Home.  We all have Word and Excel installed.  I'm at a loss. 

Program works on 3/4 computers, the method call that fails is a Application.Run.

djroulette

After typing what everyone has, I wonder if the 3 of us are running 32-bit, and he is running 64, could this be it?