Hide Command Buttons
Hi, by asking this question it's obvious my VBA skills are lacking, I've searched the internet and can't find a working solution, so many links take me to excel. Here's my problem, I have a form, with two (2) command buttons, one is to print the document, when this button is pressed I want both buttons to be hidden so that they do not print, something along the lines of " CommandButton22.Visible = False" and after printing I want buttons visible, along the lines of " CommandButton22.Visible = True." I am using Word 2007. If it's easier in Word 2013 then I will upgrade.
Thanks for any help.
Regards
Laurie
|