View Single Post
 
Old 02-04-2019, 01:40 PM
kschmidt kschmidt is offline Windows 10 Office 2016
Novice
 
Join Date: Feb 2019
Posts: 4
kschmidt is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
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?
Reply With Quote