Opening a .dot file from a web link...

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top