I have a dialog box that appears when the user clicks the macro button. This dialog box is mostly populated (date, email address, producer, website, etc.), and all you have to do is enter your name. The problem is that the entered date is static, so if I enter "3/3/11", it will remain so until someone changes it.
I was wondering if there is any way for this text box to always display the current date (unless the user decides to change it for any reason). I tried to put different things in the "Value" section of the text field (for example, "getDate ()" and "= Date ()"), but still have not been successful.
Thank,
Jesse Montermon
source
share