View Single Post
 
Old 05-24-2021, 05:08 AM
jalve jalve is offline Windows 10 Office 2013
Novice
 
Join Date: Mar 2020
Posts: 12
jalve is on a distinguished road
Default

Thanks, I need to look at those macros when I have more time.


By the hidden property, I meant that just after setting the color for oCC1, I do this:
oCC1.Range.Font.Hidden = True
oCC1.Appearance = wdContentControlHidden


Then I can use the Show/Hide button to see the source language text if I want it, or hide it when I don't need it.


I don't know if this messes things up. I have had similar problems also before these macros, when I manually duplicated paragraphs and then hid one of them, so it could be me who is doing something wrong!
Reply With Quote