閱讀英文

共用方式為


(Excel) 的 WebOptions.TargetBrowser 屬性

會傳回或設定指出瀏覽器版本的 MsoTargetBrowser 常數。 讀取/寫入。

語法

運算式TargetBrowser

表達 代表 WebOptions 物件的 變數。

範例

在此範例中,Microsoft Excel 會判斷 Web 選項的瀏覽器版本是否為 Internet Explorer 5,並通知使用者。

Sub CheckWebOptions() 
 
    Dim wkbOne As Workbook 
 
    Set wkbOne = Application.Workbooks(1) 
 
    ' Determine if IE5 is the target browser. 
    If wkbOne.WebOptions.TargetBrowser = msoTargetBrowserIE5 Then 
        MsgBox "The target browser is IE5 or later." 
    Else 
        MsgBox "The target browser is not IE5 or later." 
    End If 
 
End Sub

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應