Sub CallBrowser (URL as String)
On Error Resume Next
'Создание объекта
Dim IEInstance as SHDocVW.InternetExplorer
'Инициализация
Set IEInstance=New SHDocVW.InternetExplorer
'Видимость окна
IEInstance.Visible=True
'Навигация на URL
IEInstance.Navigate URL
'Сборка мусора
Set IEInstance=Nothing
End Sub
Сейчас этот форум просматривают: AhrefsBot и гости: 6