B
Beth Brooks
Hi!
Let me preface this by saying that while I've used Word daily for 15 years,
I have used VBA for only two days and haven't programmed anything since
Freshman level Fortran in (cough) 1989. Assuming I know NOTHING about
programming would be quite fair. I saw a post that discussed date validation
in userforms but didn't understand the answer. So I'm going to rephrase the
question and hope for the best.
I have created a userform with fields that prompt the user for a title,
document number, and version date at file creation. I'll use bookmarks to
insert the data the user provides in various places through the document. I
am working on creating a userform that will prompt the user to either enter a
new version date or assert that no changes will be made to the file; this
userform will apply each time the file is opened. I would like to validate
that the date entered in either userform is in the correct format (dd MMM
yyyy) and I would like to be sure that the date entered in the second
userform (at file open) overrides the date entered in the first userform (at
file creation).
I am constrained to using Microsoft Word 2000 on a PC.
Thanks in advance for your assistance!
Let me preface this by saying that while I've used Word daily for 15 years,
I have used VBA for only two days and haven't programmed anything since
Freshman level Fortran in (cough) 1989. Assuming I know NOTHING about
programming would be quite fair. I saw a post that discussed date validation
in userforms but didn't understand the answer. So I'm going to rephrase the
question and hope for the best.
I have created a userform with fields that prompt the user for a title,
document number, and version date at file creation. I'll use bookmarks to
insert the data the user provides in various places through the document. I
am working on creating a userform that will prompt the user to either enter a
new version date or assert that no changes will be made to the file; this
userform will apply each time the file is opened. I would like to validate
that the date entered in either userform is in the correct format (dd MMM
yyyy) and I would like to be sure that the date entered in the second
userform (at file open) overrides the date entered in the first userform (at
file creation).
I am constrained to using Microsoft Word 2000 on a PC.
Thanks in advance for your assistance!