Hyperlink Changes to sometihng other than my hyperlink

mshaynerush

Board Regular
Joined
Oct 2, 2012
Messages
96
I can't figure out what is happening.

Here is the link I assigned to my variable:

"https://subdomain.actualwebstite.com/partner/project/" & txtEsProjNum
where txtEsProjNum contains code to extract the last 4 digits of a longer project number

My problem is, once you log in to this website, you can directly copy that URL and it takes you to your project without having to log in. If you click my link from my form, it opens this link instead:

https://subdomain.actualwebsite.com/optix/?next=/partner/project/6155/

This means my project number is 6155. but this link ads "/optix/?next=" and that's nowhere in my code. AT ALL. So what is going on here?

thank you.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Websites often redirect. They may have changed the structure of their site and instead of giving you an error page, it's sending you to the correct place.
 
Upvote 0

Forum statistics

Threads
1,221,827
Messages
6,162,200
Members
451,753
Latest member
freddocp

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