Quote:
Originally Posted by macropod
Custom Document Properties can contain text, numbers, dates, etc.
|
I attempted to include a Custom Document Property as a date and then reference it through both a Plain Text Content Control and Date Picker Content Control, however I get:
"Run-time error '13':
Type mismatch"
Code:
Case "BidO": .CustomDocumentProperties("BidO").Value = ContentControl.Range.Text
This is what my line currently looks like for the specified document property. I'm assuming it is currently written for only text content control?