P
Patrick386
Hello!
Is there a 'simple' way to remove from a selected text all its styles and keep the formatting?
What I've tried so far with vba is:
to loop on the BuildIn styles and then look for the text that uses the style. Then copy the settings of the selection, apply the Normal Style to it, and then paste back the all selection's settings except the style.
This solution works except when the selection is composed by multiple settings such as different FontColors, FontSize.... that the user applied after having set the style to selection.
if you have any good idea, it would be more than welcome
Thanks!
Is there a 'simple' way to remove from a selected text all its styles and keep the formatting?
What I've tried so far with vba is:
to loop on the BuildIn styles and then look for the text that uses the style. Then copy the settings of the selection, apply the Normal Style to it, and then paste back the all selection's settings except the style.
This solution works except when the selection is composed by multiple settings such as different FontColors, FontSize.... that the user applied after having set the style to selection.
if you have any good idea, it would be more than welcome
Thanks!