ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Hi,
I am using this code below which works but need some advice to edit it if i may.
Currnetly i have Chrome open with 3 tabs.
When i click on the image logo & this code runs i would like it to just open a new tab so i then have 4 tabs in use BUT what happens is a new chrome window open with the url on its own tab
I am using this code below which works but need some advice to edit it if i may.
Rich (BB code):
Sub OpenSuzukiEpc()
Dim chromePath As String
chromePath = """C:\Program Files\Google\Chrome\Application\chrome.exe"""
Shell (chromePath & "https://partsouq.com/en/catalog/genuine/locate?c=Suzuki")
End Sub
Currnetly i have Chrome open with 3 tabs.
When i click on the image logo & this code runs i would like it to just open a new tab so i then have 4 tabs in use BUT what happens is a new chrome window open with the url on its own tab