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
Jezebel - 01 Apr 2006 04:52 GMT
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?
> Dear all,
>
[quoted text clipped - 6 lines]
>
> Ivan