Hi again folks. I don't know if this is specifically a VBA question, though I'll be using VBA to implement it. I want to create a custom document property, say "modeNo", with the value being an en-dash. This isn't something I can just type in though. En-dash does have a unicode value, U+2013 or whatever it is, but that of course won't appear in the document as an en-dash. It just sees this as string of characters, so that's what I will get.
Does anyone know of a way code this so that the inserted field in the document appears as an en-dash? Thanks again in advance.
Does anyone know of a way code this so that the inserted field in the document appears as an en-dash? Thanks again in advance.