[AccessD] Closing edge browser

John Colby jwcolby at gmail.com
Mon Apr 10 00:13:40 CDT 2023


I have code which opens Edge and feeds it a google map.  Given that
objShell opens Edge, does it point to the browser, IOW can I then somehow
close the browser when I am done with it using objShell?

Dim strGoogleMapAddr As String
Dim objShell As Object


    strGoogleMapAddr = strMSEdge & strMDIAddr & "/" & strMapAddr &
strMDIAddr
    'Debug.Print strGoogleMapAddr
    Set objShell = CreateObject("Shell.Application")
    objShell.ShellExecute strGoogleMapAddr


-- 
John W. Colby
Colby Consulting


More information about the AccessD mailing list