1
Post New Requests Here / IDEA: VBA (?) Utility to export info on Word 2010 styles to .csv or .txt file
« Last post by trose on February 16, 2012, 03:11 AM »IDEA: VBA (?) Utility to export info on Word 2010 styles to .csv or .txt file
I am looking for a utility or VBA script that would extract information on all styles available in a specified Word 2010 document and send that information to a .csv or .txt file. I believe there are standard attributes or properties for Word styles, and the exported file should be organized according to those standard properties.
The output file should look something like this:
Style Name 1
Font Name:
Font Size:
Style Type: Character, Paragraph, or both
etc...
If anybody can suggest a script or utility that would do this, that would be very helpful.
Thanks for your time.
I am looking for a utility or VBA script that would extract information on all styles available in a specified Word 2010 document and send that information to a .csv or .txt file. I believe there are standard attributes or properties for Word styles, and the exported file should be organized according to those standard properties.
The output file should look something like this:
Style Name 1
Font Name:
Font Size:
Style Type: Character, Paragraph, or both
etc...
If anybody can suggest a script or utility that would do this, that would be very helpful.
Thanks for your time.