I am looking for a way to change the font size for users who come to my site with different resolutions. If they have 800*600 resolution i would like to use smaller fonts - if they have 1024x768 I would like to use bigger fonts. Thanks!!
In the current project that you're working in there should be a module called "This Document" (it may be found in the "Microsoft Word Objects" folder in the project explorer). When you double click the "This Document" module to bring up the code window you can...
I believe you can do so by entering the following line of text on the documents open event:
UserForm.show
The "UserForm" would be the name of the form you want to open. I hope this helps & if I'm wrong I hope somebody corrects me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.