Forum Discussion

CopyCatCoder's avatar
CopyCatCoder
Copper Contributor
Jul 26, 2024

VBA Automation Internet Explorer popup window button click

  Sub CDOpenDuplicate() Dim ieapp As New InternetExplorerMedium Dim Doc As New HTMLDocument 'Set ieapp = New InternetExplorerMedium With ieapp .Visible = True .navigate "http://xxxx.cvxc.l...

Resources