A
Associates
Hi,
I have a question. When user double-clicks on a template, a userform is
brought up for user to fill out the available empty fields. There are also
checkboxes in the form. After user finishes with the form, all the data will
be inserted to the variable in the document using docvariable. I have also
had a macro that allows retrieving data from document back to the form.
Everything works fine so far. Then, user may decide to edit the document
later on. So user saves and closes the document. Next time, user comes back
and opens up the same document, clicking on Editing Form button that captures
all the data from the document back to the form. However, there are some data
that don't appear in the form. This is pretty understandable because the
document has been shut and open again.
My question is there is a code that would allow document to remember at
which state it's left off. Is this a doable task in office 03?
Thank you in advance
I have a question. When user double-clicks on a template, a userform is
brought up for user to fill out the available empty fields. There are also
checkboxes in the form. After user finishes with the form, all the data will
be inserted to the variable in the document using docvariable. I have also
had a macro that allows retrieving data from document back to the form.
Everything works fine so far. Then, user may decide to edit the document
later on. So user saves and closes the document. Next time, user comes back
and opens up the same document, clicking on Editing Form button that captures
all the data from the document back to the form. However, there are some data
that don't appear in the form. This is pretty understandable because the
document has been shut and open again.
My question is there is a code that would allow document to remember at
which state it's left off. Is this a doable task in office 03?
Thank you in advance