A
Al
I need a macro to replace all text and numerals to Times Roman. I had a
simple two line macro which had Selection whole story but my symbols got
lost when they were changed to TR(plus minus, greater equal etc.). I tried
recording macro:
Find any letter
Replace with find what text - font Times Roman
But the resulting recorded macro does not have the font change.
It workd from the Find Replace but not from the macro (since the macro does
not have the font change)
I added the following to the macro:
Selection.Find.Replacement.Font.Name = "Times New Roman"
And it works OK, but is slow. Is there a faster way to do this?
simple two line macro which had Selection whole story but my symbols got
lost when they were changed to TR(plus minus, greater equal etc.). I tried
recording macro:
Find any letter
Replace with find what text - font Times Roman
But the resulting recorded macro does not have the font change.
It workd from the Find Replace but not from the macro (since the macro does
not have the font change)
I added the following to the macro:
Selection.Find.Replacement.Font.Name = "Times New Roman"
And it works OK, but is slow. Is there a faster way to do this?