bepedicino
Board Regular
- Joined
- Sep 29, 2014
- Messages
- 73
I am looking for some assistance to update the VBA code below to support Microsoft Edge. I am a newbie with VBA so if anyone can assist I would greatly appreciate it.
VBA Code:
Dim ie As Object
Set ie = CreateObject("INTERNETEXPLORER.APPLICATION")
ie.NAVIGATE "https://global.utas.utc.com/sites/INT_ITCC/Lists/BEclass/2%20Upload.aspx#InplviewHashe2fbdb58-567a-4dba-aa78-26e9d4a37ed0=ShowInGrid%3DTrue"
ie.Visible = True
While ie.busy
DoEvents
Wend