Forum Discussion
Word VBA, Unreachable table style setting?
I am not sure why you would be trying to use VBA to create a Style.
However, it is a fact that VBA has not kept up with quite a number of the newer features of Word.
If you want to try and have something done about it, go to Help>Feedback.
- HakanaApr 07, 2026Copper Contributor
I'm trying to achieve some kind of "Word-templates As Code", i.e. having "template specifications" that can be managed by configuration management tools e.g. git or similar. (Sure, even with VBA code I'm 'trapped' inside Word...).
The bulk of the code will represent our "base template", and then there will be code to generate specific templates for specific document types. If there is a change to the base template it only needs to be changed in the code once rather than in all separate template files...
... that plus that that I can't help but to enjoy the challenge 😀.
I have posted Feedback via Help>Feedback. Wanted to check here first if I was missing something obvious.