Related Articles
Generate a MadCap Flare TOC from Excel using VBA
When you are crafting a content specification table of contents, you might want to first “brainstorm” a TOC using Excel, and then simply export the structure to Flare once you’re done. You can write a short VBA function that does the trick. The animated GIF shows how it works and here’s a spreadsheet for you to […]
How to memorize numbers to make online shopping easier
Isn’t it annoying when you’re about to buy something online, only to realize that your credit card is in the other room, and wouldn’t it be nice if you could just remember your card number? Here’s how you can commit a sequence of numbers to memory: Make a list of objects that each represent a number from […]
Generating MadCap Flare snippet files using Excel (VBA)
If you have a list of phrases (e.g. a list of STE terms) you would like to quickly add to Flare as snippet files to make good use of Flare’s clever “auto suggest based on snippet” feature, keep reading. The idea is to copy or write the phrases into a spread sheet, add a column […]