bobsan42
Well-known Member
- Joined
- Jul 14, 2010
- Messages
- 2,114
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
Hello everyone.
I stumbled upon an issue which i can't seem to solve immediately.
I am currently working on a project - automating excel as a relatively simple database.
There is basically a front-end (with the intention to make it an excel add-in) and a simple xlsx as a backend. It has its own ribbon, forms, modules, sheets etc.
I am developing it on a 64 bit Excel with O365 home subscription.
The solution runs w/o any hick-ups on a 64-bit 2013 version. All systems are Windows 10 64 bit. There are conditional declarations included to check for 32 and 64 bit. There are some API calls, but most of it is pure VBA.
The connections to the back-end are not automatically triggered upon file opening, but upon the push of a button. The project is not digitally signed and the file is opened from a trusted location.
However trying to run it on a 2019 business edition turned into a complete disaster. Every call to a macro ended up with a VBA System error &H8000FFF (-2147418113).
No macros seem to be allowed to run. Eventually I got an Out of memorry message.
I checked all trust center settings and found no obvious problems.
I started transfering all the elements of the file to a new XLSM file, one-at-a-time. Up to a point the new file the attempts to run the new file in 2019 were succsessful.
At on point I started getting the same problem again. After this point, even removing elements from the file, the issue persisted.
Any ideas? Incompatible elements or libraries? Or some system security settings?
I stumbled upon an issue which i can't seem to solve immediately.
I am currently working on a project - automating excel as a relatively simple database.
There is basically a front-end (with the intention to make it an excel add-in) and a simple xlsx as a backend. It has its own ribbon, forms, modules, sheets etc.
I am developing it on a 64 bit Excel with O365 home subscription.
The solution runs w/o any hick-ups on a 64-bit 2013 version. All systems are Windows 10 64 bit. There are conditional declarations included to check for 32 and 64 bit. There are some API calls, but most of it is pure VBA.
The connections to the back-end are not automatically triggered upon file opening, but upon the push of a button. The project is not digitally signed and the file is opened from a trusted location.
However trying to run it on a 2019 business edition turned into a complete disaster. Every call to a macro ended up with a VBA System error &H8000FFF (-2147418113).
No macros seem to be allowed to run. Eventually I got an Out of memorry message.
I checked all trust center settings and found no obvious problems.
I started transfering all the elements of the file to a new XLSM file, one-at-a-time. Up to a point the new file the attempts to run the new file in 2019 were succsessful.
At on point I started getting the same problem again. After this point, even removing elements from the file, the issue persisted.
Any ideas? Incompatible elements or libraries? Or some system security settings?