T
Tim
I have set up a Macrobutton to change from GOOD to FAIR (and hopefully
I would like for it to toggle from FAIR to POOR). I can get it to go
from GOOD to FAIR one time, but after that the field is gone after I
have double clicked it one time. Is there a way to toggle this from
going into text after one time?
The second part may be harder, but I would like to double click the
field to have it go from FAIR to POOR. I am doing this in a template
document and this is in Word 94.
Right now I have GOOD FAIR POOR in my Autotext. In the field I have
GOOD typed in it and { MACROBUTTON GOOD GOOD } My macro for GOOD
goes like
NormalTemplate.AutoTextEntries("FAIR").Insert Where:=Selection. _
Range
and this does it change it to FAIR, but only one time. Maybe there is
an easy, like drop downs, but I really do not want have to protect the
document if possible.
I would like for it to toggle from FAIR to POOR). I can get it to go
from GOOD to FAIR one time, but after that the field is gone after I
have double clicked it one time. Is there a way to toggle this from
going into text after one time?
The second part may be harder, but I would like to double click the
field to have it go from FAIR to POOR. I am doing this in a template
document and this is in Word 94.
Right now I have GOOD FAIR POOR in my Autotext. In the field I have
GOOD typed in it and { MACROBUTTON GOOD GOOD } My macro for GOOD
goes like
NormalTemplate.AutoTextEntries("FAIR").Insert Where:=Selection. _
Range
and this does it change it to FAIR, but only one time. Maybe there is
an easy, like drop downs, but I really do not want have to protect the
document if possible.