以下の内容はhttps://blog.systemjp.net/entry/2013/10/22/102850より取得しました。


IEのバージョンを調べる

[excelVBA]

Dim IEA As Object
Dim FSO As Object
 
Set IEA = CreateObject("InternetExplorer.Application")
Set FSO = CreateObject("Scripting.FileSystemObject")
 
MsgBox "IEのバージョンは" & FSO.GetFileVersion(IEA.FullName) & "です。"
 
Set FSO = Nothing
IEA.Quit: Set IEA = Nothing


ネタ元




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

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