Welcome to VBA Tips & Tricks.
All VBA related information will be posted on this blog. Of late, VBA has been disregarded by many software professionals for .Net, c# and other technologies. This blog will also post articles related to them too
Happy reading
Pages
▼
Sunday, February 22, 2009
Word VBA to get System Resolution
How to get System Resolution using VBA
Sub VBA_System_Resolution()
MsgBox System.HorizontalResolution & " X " & System.VerticalResolution
No comments:
Post a Comment