![]() |
#16
|
||||
|
||||
![]() No, that macro is just a once-off, to correct the placeholder text for the date controls. There is no need to keep it in the document or its template (if you're using a template, run the macro against that).
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#17
|
|||
|
|||
![]()
That's awesome. Thank you so much for all of your hard work and patience
![]() |
#18
|
|||
|
|||
![]()
FYI: The run-time error keeps coming up, so I'll just have to get a macro to execute that macro when the document is opened so that the user doesn't experience the error.
Thanks again ![]() |
#19
|
||||
|
||||
![]()
Try the attached. I've done a bit of re-organising of your content control names & placeholder text, plus protecting them from deletion. I've left the code used for the latter in the document, so you can see what was done, but there's no particular reason to keep it unless you want to.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#20
|
|||
|
|||
![]()
Thank you!
![]() |
#21
|
|||
|
|||
![]()
How do I unlock the formatting (so I can use my content)?
|
#22
|
||||
|
||||
![]()
I haven't done anything to 'lock' the formatting. The macro does have:
Code:
With .Range.Font .Size = 8 If ContentControl.Title = "Select Date" Then .Italic = True End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
color, conditional formatting, list |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
pgammag | Word | 9 | 08-20-2019 04:17 PM |
Dropdown conditional formatting | tlkc67 | Word VBA | 6 | 10-05-2014 10:54 AM |
![]() |
info_guy2 | Excel | 1 | 07-03-2014 10:07 AM |
Dropdown List in Microsoft Word 2010 | bfarquhar | Word | 2 | 04-02-2014 07:48 PM |
![]() |
stijnvanhoof | Mail Merge | 1 | 11-13-2012 01:55 PM |