Itangalo / MsWordVersioning

MS Word script for (basic) version control of documents.
GNU General Public License v3.0
0 stars 0 forks source link

MsWordVersioning

MS Word script for (basic) version control of documents.

What does it do?

Other features

Why document versioning?

Why not document versioning?

How to install

  1. Copy the script into Word. This is probably easiest done by (a) open the script file here on GitHub, press the raw button and copy all the content, (b) pressing alt + F8 in Word to open the macro dialogue and then pressing edit or create, followed by (c) pasting all the code, saving and closing the code environment.
  2. Allow running macros in Word. This is done by going to file -> options -> security center -> setting for security center and allowing macros. Note that this also means that other macros can run in macro-enabled documents. Don't open macro-enabled documents you don't trust.
  3. To be able to use the script you also need to save your document(s) as macro-enabled documents, or macro-enabled document templates.

To use the script more smoothly, it is also recommended that you add some buttons to the toolbar.

  1. Right-click on the toolbar and select customize.
  2. Add the macros to the desired place in the toolbar. It's easier to find the macros if you limit the list of actions to only macros.
  3. Rename or give new icons to the new actions, if you like.

How to use

Extra information for tech people