Autors: Kazimierz Leja (concept and "ApplyStyle" macro & Marek Wodarz ("MakeStyle" macro)

Macro set for Microsoft Word, changing local formatting (bold, italics, super- and subscripts, underlining) to character styles, which may be properly imported into InDesign.

WordStyle.bas may be included into Word macros in two ways:

Start Word, open desired document, then open Visual Basic Editor (Alt+F11).
Regarding if you want append macro to actual file, or global template (normal.dot), select proper part in Project Explorer (by default macro is appended to actual document). Next select option "Import" and target downloaded filek. From this moment you will find two new options on macro list:

MakeStyle - creates character styles Bold, Italic, BoldItalic, Podkrelenie (underline), Indeks grny (superscript), Indeks dolny (subscript), Kapitaliki (all caps) (macros names are in Polish, sorry)
ApplyStyle - Main part, assigning proper styles to text part with adequate formatting.

You must run MakeStyle macro (once) before running ApplyStyle.

Both macros may be edited to fit your requirements.

######################################

2006/08/29 - NEW REWRITED VERSION - Robert Tkaczyk - (c) www.adobescripts.com

######################################