June 25, 2018
My previous post on getting started with Script Lab and the Office JS APIs for Word looked at some similarities between the COM and Word JS API object models, based on the Script Lab Basic API call sample. This time, I’ll highlight the core part of the sample code that differs from working with COM/VBA.
No Comments » |
Concept, Office JS API, Syntax, VBA->JS, VBA->JS;Web Add-ins | Tagged: add-in, object model, office-js, VBA->JS, Word 2016 |
Permalink
Posted by WordMeister
February 6, 2013
When you create a new document in Word, it automatically bases on a template. By default, this will be the built-in Normal.dotm, but it can be any *.dotx or *.dotm file. This document will maintain a link back to the template, enabling it to use Building Blocks, Ribbon customization and macros in the template. Users and […]
15 Comments |
Word 2013, Word object model | Tagged: object model, Office history, settings, templates, Word 2013 |
Permalink
Posted by WordMeister