Hi,
I have a form created in MS Word 2003 and one of the fields is for a price. I was hoping to have a message box if the price was greater than £5000. The form field bookmark name is "Price".
I've tried
If ActiveDocument.FormFields ("Price").Result > 5000 Then... as a general decleration in the vba editor
but it doesn't work. I'm not even sure if its possible.
Any advice would be appreciated.
Alan
I have a form created in MS Word 2003 and one of the fields is for a price. I was hoping to have a message box if the price was greater than £5000. The form field bookmark name is "Price".
I've tried
If ActiveDocument.FormFields ("Price").Result > 5000 Then... as a general decleration in the vba editor
but it doesn't work. I'm not even sure if its possible.
Any advice would be appreciated.
Alan