G
gouved
I need to find a way to reformat a date value from a user formfield formatted
as m/d/yyyy to a bookmark which should have the date reformatted to mmmm d,
yyyy. Why would I want to do this, you may rightly ask. I have a userform
that I use to generate a hardcopy of information for a colleague who then has
to reenter all the data. To make it simpler for her (she would get lost in a
very large document), I pass the data to the tail section of my document
containing a table of bookmarks to store the data and its own autofillable
document following the table. I then split off the tail and she gets the
fragment. It works, albeit she has to edit when the form is unprotected and
autofill the document when it is protected. The onlyrub is the issue of
reformatting the dates. Can anyone offer suggestions how I can read the
dates from my formfield and assign the reformat values to the bookmark?
as m/d/yyyy to a bookmark which should have the date reformatted to mmmm d,
yyyy. Why would I want to do this, you may rightly ask. I have a userform
that I use to generate a hardcopy of information for a colleague who then has
to reenter all the data. To make it simpler for her (she would get lost in a
very large document), I pass the data to the tail section of my document
containing a table of bookmarks to store the data and its own autofillable
document following the table. I then split off the tail and she gets the
fragment. It works, albeit she has to edit when the form is unprotected and
autofill the document when it is protected. The onlyrub is the issue of
reformatting the dates. Can anyone offer suggestions how I can read the
dates from my formfield and assign the reformat values to the bookmark?