Open web url when https isnt shown

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
6,002
Office Version
  1. 2024
Platform
  1. Windows
Hi,

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
 
Why it doesn't open I don't know but the https will be there.

If using Chrome browser
right click in the address bar and check 'always show full URLs'
 
Upvote 0
Solution

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top