Is there a way to store custom macros inside a word document? I noticed that when I distribute a document with a macro I made that it arrives "macro-less" and therefore doesn't perform as expected.
I'd like to embed the needed macro inside the document to make it portable.
Perhaps this just isn't possible, but I'm hoping it is.
We use mostly office 2013
Answer
So when using VBA there are two places to store things.
Normal = "Global" to all local Docs, but also local to your machine
Project = "Only this Document" has access to these modules and they are portable AKA Embedded into Document! (Also, unavailable to all other doc's)
Note this image, the module and class are embedded inside the document vs global.
No comments:
Post a Comment