View Single Post
 
Old 07-25-2019, 05:41 PM
eduzs eduzs is offline Windows 10 Office 2010 32bit
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default

Do you want to format entire selected text/paragraphs?
Use for example "SELECTION.FONT.BOLD = TRUE"
If you need diferent format for each paragraph within the selected range:
"selection.Paragraphs(1).range.italic=true"
I think that the problem is that this will not work with multiple areas selection (select non continuous paragraphs ranges).
__________________
Backup your original file before doing any modification.
Reply With Quote