• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to Open a Browser using VBA

KishorKK

Member
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
 
Back
Top