ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 6,002
- Office Version
- 2024
- Platform
- Windows
Hi,
As an example i use this code on a command button & works fine.
So now there is one i wish to use BUT there is no https.
This is the site url, https://partsouq.com/en/catalog/genuine/locate?c=Suzuki
So ive done as shown below but doesnt work.
Please advise what i need to do.
Thanks
As an example i use this code on a command button & works fine.
Rich (BB code):
Private Sub FordEpcOnline_Click()
ActiveWorkbook.FollowHyperlink Address:="https://catalogs.ssg.asia/ford/?lang=en/", NewWindow:=True
End Sub
So now there is one i wish to use BUT there is no https.
This is the site url, https://partsouq.com/en/catalog/genuine/locate?c=Suzuki
So ive done as shown below but doesnt work.
Please advise what i need to do.
Thanks
Rich (BB code):
Private Sub SuzukiEpcOnline_Click()
ActiveWorkbook.FollowHyperlink Address:="https://partsouq.com/en/catalog/genuine/locate?c=Suzuki", NewWindow:=True
End Sub