Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading VBAToolKit for Excel 2013 #40

Open
DarylMcCullough opened this issue Feb 19, 2015 · 1 comment
Open

Upgrading VBAToolKit for Excel 2013 #40

DarylMcCullough opened this issue Feb 19, 2015 · 1 comment

Comments

@DarylMcCullough
Copy link

I'm trying to use VBAToolKit for the latest version of Excel, 2013. One incompatibility is that there is a more recent version of XML, "Microsoft XML v6.0". In this version of XML, there is no longer a public data type "DomDocument", but there is a "DomDocument60". I assume that it would be straight-forward to replace "DomDocument" everywhere in the VBA code by "DomDocument60", but I was wondering if anyone has tried doing that.

@jpimbert
Copy link
Owner

We can find some information here about that problem which is a Windows 8 issue.

A workaround is to use a previous version of Microsoft XML library. Try to use version 5.0 (In VBA Editor, select VBAToolKit project then, menu Tools->References).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants