K
Ken
If I have a form with a button then I can change the caption on the
button with the VBA code:
MyForm.Button1.Caption = "Text"
If I save and exit the document then the change is lost and the next
time I open the document I get the old caption.
Is there a way to make the changed caption stick?
button with the VBA code:
MyForm.Button1.Caption = "Text"
If I save and exit the document then the change is lost and the next
time I open the document I get the old caption.
Is there a way to make the changed caption stick?