Hi
Using this code
ThisDocument.Navn = TextBox1.Text
Working but if i save my document as a dot file and then create a new document
from this dot file then
ThisDocument.Navn = TextBox1.Text dosn't work Why??
Best regards alvin
Tony Jollans - 17 Oct 2005 11:56 GMT
I'm not entirely sure what 'doesn't work', but ThisDocument refers to the
template containing the code - not to a document based on it.
--
Enjoy,
Tony
> Hi
>
[quoted text clipped - 6 lines]
>
> Best regards alvin