S
steve
I have a Userform that I want to open when either a new document is
created or word opens for the first time eg. Document1.
I have tried in VB "ThisDocument/Document_New option and AutoNew
option, but both seem to only work when you already have word open and
create a second document. They dont seem to work when word opens on
the first Document that word opens.
Can anyone provide me with an answer to this.
ALSO
Can anyone provide me with a little insight as far as UserForms. Is it
true that the userform stays open untill you literally tell it to go
away. eg. with unload userform or userform.hide. It seems I have to
add it to the end of each of the buttons code, to get the userform to
go away. FINALY, if this is so, which is best? Unload userform or
Userform.hide . The userform I have pop up simply asks three
questions.
1. No Filename in Document
2. Filename in document
3. Filename and path in document.
You click it,it does the instruction and then exits the code. By the
way this is word97.
Thanks.
created or word opens for the first time eg. Document1.
I have tried in VB "ThisDocument/Document_New option and AutoNew
option, but both seem to only work when you already have word open and
create a second document. They dont seem to work when word opens on
the first Document that word opens.
Can anyone provide me with an answer to this.
ALSO
Can anyone provide me with a little insight as far as UserForms. Is it
true that the userform stays open untill you literally tell it to go
away. eg. with unload userform or userform.hide. It seems I have to
add it to the end of each of the buttons code, to get the userform to
go away. FINALY, if this is so, which is best? Unload userform or
Userform.hide . The userform I have pop up simply asks three
questions.
1. No Filename in Document
2. Filename in document
3. Filename and path in document.
You click it,it does the instruction and then exits the code. By the
way this is word97.
Thanks.