I know how to work with Excel VBA and IE, but I would like to know if it\'s possible to work with Google Chrome, since I find it faster than IE.
Here\'s what I mean
Sub test544() Dim chromePath As String chromePath = """C:\Program Files\Google\Chrome\Application\chrome.exe""" Shell (chromePath & " -url http:google.ca") End Sub