KishorKK Member Nov 26, 2016 #1 Hi All, I am trying to open browser using vba. Please help me here where am going wrong? Sub chromepath() Dim chromepath As String chromepath = """C:\Program Files (x86)\Opera""" Shell (chromepath & " -url http:google.ca") End Sub
Hi All, I am trying to open browser using vba. Please help me here where am going wrong? Sub chromepath() Dim chromepath As String chromepath = """C:\Program Files (x86)\Opera""" Shell (chromepath & " -url http:google.ca") End Sub
Marc L Excel Ninja Nov 26, 2016 #2 Hi ! Just take the full path name within the icon properties window …