Hey all, has anyone done this successfully?
Here is what I want to accomplish:
I have a protected form with form fields. I want to format it as %, but when I use the built in formatting, if I want to show 1% I need to type in .01. If I type in 1, the result is 100.00%, which is wrong.
It seems like every time I use % in the formatting, it automatically does the calculation. I’ve tried appending the % to the formatting as ‘%’ but it still calculates.
I’ve also tried writing code, but for some reason, even if I’m in the field, I get an error with the following code (on exit):
Selection.FormFields(1).Name because it doesn’t recognize the field I’m in as part of the selection????
I would much rather do it as formatting because I would like the negatives to show up as such, plus I don’t want a permanent % sign in the box because some of the fields are optional.
Any ideas?
Cecilia 🙂