C
carau
Hi,
I create .dot file which when I open a form pops up. It works very
well.
I then created a web page and added a link. The links points to the
..dot file that I created. Word opens up and the doc file too but my
form dosen't pop up. Why?
Here is what I wrote in the Microsoft Word Object:
Private Sub Document_New()
frmLetterRequire.Show
End Sub
I also tried.
Private Sub Document_Open()
frmLetterRequire.Show
End Sub
What can I do my form does not open when I go throuhgt a web link. Is
their a solution?
Thank you!
I create .dot file which when I open a form pops up. It works very
well.
I then created a web page and added a link. The links points to the
..dot file that I created. Word opens up and the doc file too but my
form dosen't pop up. Why?
Here is what I wrote in the Microsoft Word Object:
Private Sub Document_New()
frmLetterRequire.Show
End Sub
I also tried.
Private Sub Document_Open()
frmLetterRequire.Show
End Sub
What can I do my form does not open when I go throuhgt a web link. Is
their a solution?
Thank you!