I'd like to write a macro that will display all of the fonts and font sizes used within a document. I've found the easy way of displaying the information for selected text:
I would like to search the entire document and report all fonts and font sizes to the message box.
Any help will be appreciated.
Code:
MsgBox Selection.Font.Name & Selection.Font.Size
I would like to search the entire document and report all fonts and font sizes to the message box.
Any help will be appreciated.