Quote:
Originally Posted by data808
Thank you so much. I can't believe you need to add Dim statements just for something so simple.
|
You don't:
Code:
Private Sub Document_Open()
ActiveDocument.SelectContentControlsByTitle("MyDate")(1).Range.Select
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|