以下の内容はhttps://blog.systemjp.net/entry/2014/05/20/173951より取得しました。


VBAでIE操作 縦幅横幅指定

Height / Width というプロパティがあるので指定。

Dim IE As InternetExplorer
Set IE = CreateObject("InternetExplorer.Application")

With IE
  .Visible = True
  .Top = 200
  .Left = 100
  .Height = 400
  .Width = 1000
  .Resizable = False
End With

ネタ元




以上の内容はhttps://blog.systemjp.net/entry/2014/05/20/173951より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14