How do I reference controls from a global template?
I'm currently trying to access them via TextBox1.text.
Dim dte As String
Dim dte1 As String
TextBox2.Text = dte
TextBox4.Text = dte1
Works fine when it works from within the template. Any time I move the
template to the Word Startup folder and create a New word document with
embedded controls I can not access them.
Thanks in Advance,
-SK
Word Heretic - 07 Mar 2006 15:25 GMT
G'day wandererxp@gmail.com,
ActiveDocument.TextBox2...
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
wandererxp@gmail.com reckoned:
>How do I reference controls from a global template?
>
[quoted text clipped - 12 lines]
>
>-SK