Wednesday, 29 July 2026
The Draw Tab in Word
Sunday, 21 June 2026
Cut and Paste Metadata in Word
This metadata can conflict with the document's own metadata - creating inconsistent results for example in spell checking, within the same document.
Tuesday, 26 May 2026
Working with Word Templates
Word templates offer a good starting point for documents you may be required to mass-produce e.g. a document explaining IT strategy or architecture for multiple organizations. However they may not work well out-of-the-box.
Things to look out for:
1. Word templates may do funny stuff with margins. This is to create interesting and effective custom alignments - particularly for cover sheets. However, you may want to use more standard margins for the broader document if you need a more traditional, essay-style flow for your document. For this go to Layout and explore the various Margins, ranging from Narrow, Moderate, Wide up to Custom Margins.
2.Colour schemes. May be garish. Decide if you want to tone down the schemes for ease of printing. Or perhaps go the other way and tone up for maximum impact.
In short, expect to do a great deal of customisation, even if you have a standard template ready-to-run.
Convert a Word Doc into A Presentation (Ad Hoc)
A Word doc can be brought to life as a presentation quite easily.
Go to View in the Ribbon.
Under Page Movement select Side to Side (this changes the display so you can see the flow of the document - it is not strictly needed - but helpful to start visualising flow).
Now under Views, you will most likely see "Print Layout" selected. Select instead "Read Layout".
This will start a presentation-mode document presentation.
(There is also a third layout; called Web Layout, which effectively turns your document into a web page - albeit a very messy one in all probability).
Friday, 7 November 2025
Control-Star - The Magic Key Combination in Word
Control-Star - will make hidden characters appear and disappear in Word.
Word AI is Not Intelligent
Friday, 21 March 2025
OOXML versus OpenDocument
When configuring Microsoft Word on a new machine, you will be prompted if you wish to have Office Open XML (informally OOXML) or OpenDocument (extension .odt for text) as the default format.
Choose the former if you want to be more Microsoft-centric and use all features of Microsoft's ecosystem, choose the latter if you need interoperability with applications like LibreOffice.
OOXML started out as an XML format for Excel and later extended to other applications such as Word.
Friday, 13 September 2019
Publish a Min SIZED PDF from Word (no DiscLOQ)
To generate a PDF of minimum size (and no DLOQ - discernible loss of quality) you can do Save As, select PDF, and More Options.
You will get an option to Optimize for -
- "Standard" as well as
- "Minimum size (publishing online)".
Select the latter and you will see the output file size reduce dramatically.
Print Preview in Word - Control F2
Wednesday, 12 June 2019
The Reviewing Toolbar in Word
Saturday, 8 September 2018
Using C# to Process Open XML Format Documents
Finding out Version of Word and Excel in Office 365
The old, traditional Help->Version menu accelerators no longer work. The model of old is broken.
In the new world, go to File and then Account. All version information will be provided to you there.
Understanding Microsoft Word's XML Formats
Let's look at them.
- Microsoft XPS - XPS Document (*.xps). XPS stands for XML Paper Specification. It can describe single page and multi page documents, similar to PDF. The key difference is XPS is tightly linked to the Windows operating system (since Vista - worldwide release January 2007). XAML (language used to describe Windows graphic elements) is a superset of XPS.
Saturday, 15 April 2017
Make Table Headings Run on to Subsequent Pages
To change this -
1. Right click on your table and select "Table Properties"
2. Select "Row"
3. Tick "Repeat as header row at the top of each page"
Job done.
Saturday, 4 March 2017
Viewing Code in Landscape Mode in Microsoft Word
To change a document to Landscape, click on "Layout" (or "Page Layout" in some versions of Word), find Orientation and switch to Landscape.
Manipulating Code in Microsoft Word
For example, System.Text is not a recognized word in Word's dictionary.
An Error(argument) function might be corrected to Error ( argument ) by the Grammar Check.
So if you are manipulating code in Microsoft Word, here's the best thing to do. Turn off automatic spelling AND grammar checking as you type.
To do this, go to File, Options, Proofing and uncheck:
- Check spelling as you type
- Mark grammar errors as you type
Sunday, 27 November 2016
Make a Multi Column Word Document
Select All -> Layout -> Columns, and specify the number of columns you want.
Monday, 14 November 2016
Update Table of Contents Programmatically in Word
Sub UpdateTableOfContents()
ActiveDocument.TablesOfContents(1).Update
End Sub
You can also assign a keyboard shortcut to this code using File->Options->Customize Ribbon->Keyboard Shortcuts (Customize).
Assign a Keyboard Shortcut to a Macro in Word
1. File
As you type the candidate keystroke, Word will tell you if it is already used and what it is used for.
Use Word's "Tell Me" Feature
Hit Alt-Q
Type your query