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

Not working Serve a VBA stomped template via HTTP #19

Closed
chyond1 opened this issue Nov 21, 2019 · 2 comments
Closed

Not working Serve a VBA stomped template via HTTP #19

chyond1 opened this issue Nov 21, 2019 · 2 comments

Comments

@chyond1
Copy link

chyond1 commented Nov 21, 2019

Hello! I try to test your program, everything works fine except for Serve a VBA stomped template via HTTP. On a 2016x64 machine, I create a .doc document, insert a macro, save it as a .dot template. In the file fakecode.vba I put the first line Attribute VB_Base = "0 {00020906-0000-0000-C000-000000000046}", and then the fake vba code. I start the server, on another machine 2013x64 I open a document that loads the template over the network, the template is loaded, but when the macro starts, an error appears, the macro does not execute. What could be the problem?

@stanhegt
Copy link
Contributor

Hi and thanks for reaching out. Note that serving stomped documents via templates is still an experimental feature. What error message is displayed? Does the server successfully detect the Office version of the client that retrieves the document? Is the Office install (not Windows) of both systems 64 bits (note that this is not the default for 2013)?

@stanhegt
Copy link
Contributor

@chyond1 has indicated via Twitter DM that he has solved this issue.

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