Dear all,

I would like to do something like a word template, whenever a user opens any
text file in Word 2000, then Word will automatically change the font size on
the content and set the page to landscape, .., etc. How can I do this?
Can anyone advise?? Thanks a lot!

Ivan

Re: How to do this automatically in Words? by Jezebel

Jezebel
Fri Mar 31 21:52:24 CST 2006

Create an AutoOpen macro that --

1. Checks if the file opened is a text file, and if so --

2. Change the font size

3. Set the page to landscape

4. Etc


Seems kind of obvious. What have you tried so far and where did you come
unstuck?






"Ivan" <Ivan@discussions.microsoft.com> wrote in message
news:49B40FF3-D0BA-4316-96BB-EFB67B40F491@microsoft.com...
> Dear all,
>
> I would like to do something like a word template, whenever a user opens
> any
> text file in Word 2000, then Word will automatically change the font size
> on
> the content and set the page to landscape, .., etc. How can I do this?
> Can anyone advise?? Thanks a lot!
>
> Ivan