question

GALOALBERTOATIAGACAICEDO-3075 avatar image
0 Votes"
GALOALBERTOATIAGACAICEDO-3075 asked BobLarson-6601 commented

Dim BDTextos As Database

The Database Class is not supported in Excel from Office 365? Works in Excel 2016.

office-access-dev
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Perhaps this is a problem similar to this

https://www.excelforum.com/excel-programming-vba-macros/1320782-vba-error-class-not-registered.html

They were using DAO 3.6 which had to be changed to the Microsoft Office 16.0 Access Database Engine Objects library instead.

0 Votes 0 ·

1 Answer

thedbguy avatar image
0 Votes"
thedbguy answered thedbguy edited

I don't really do Excel, but did you maybe try adding a reference to the Access object library or maybe the ACE engine?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.