Welcome to VBA Tips & Tricks. All VBA related information will be posted on this blog. Of late, VBA has been disregarded by many software professionals for .Net, c# and other technologies. This blog will also post articles related to them too Happy reading
Tuesday, March 29, 2011
Activate IE Browser?
Sub Activate_IE()
Dim oIE As Object
Set oIE = CreateObject("InternetExplorer.Application")
No comments:
Post a Comment