Can anybody shed some light on how to hide a control on save for a word document? So far, I have been able to capture the save event, but not able to access the control inside the class module. I can do it in code behind as me.Label1.caption="Test".
Can anybody shed some light on how to hide a control on save for
Share
By putting my code in the document close event I was able to get it working.