Word) (系統物件
包含與電腦系統有關的資訊。
使用 System 屬性,傳回 System 物件。 如果作業系統是 Windows,下列範例會建立與 \Project\Info 的網路連線。
If System.OperatingSystem = "Windows" Then
System.Connect Path:="\\Project\Info"
End If
下列範例會顯示目前的螢幕解析度 (例如,"1024 x 768")。
horz = System.HorizontalResolution
vert = System.VerticalResolution
MsgBox "Resolution = " & horz & " x " & vert
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。