Hi
I have a macro that includes the following code:
ActiveDocument.CustomDocumentProperties(“HoursMon1”) = Val(txtHoursMon1)
txtHoursMon1 is a variable picked up from a form. It has a value of 6.5.
HoursMon1 is a NUMERIC custom property, already defined.
When the line is executed, HoursMon1 takes the value of 6 (rather than 6.5, as expected).
Any ideas?
Dale