Hello dear community,
I want to store selected texts format to a variable, and use later in different part of my code. Is there any possibility to do that?
Here is what I do so far:
selection.CopyFormat
'some codes here'
then I select text in different document and
selection.PasteFormat
I want to store selected texts format to a variable, and use later in different part of my code. Is there any possibility to do that?
Here is what I do so far:
selection.CopyFormat
'some codes here'
then I select text in different document and
selection.PasteFormat