need help with showing the FULL hyperlink as a value for the link address instead of in link form

kbishop94

Active Member
Joined
Dec 5, 2016
Messages
458
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
my code stops (wont go beyond) displaying the link's address when it hits the "#" character... I am wanting it to display the entire link... Thanks for any help. (y)

Yellow Highlight in cell R2 shows what the entire Hyperlink address is supposed to say...
Blue = my code
Red indicates where the code stops and wont copy the hyperlink address beyond that of the "#" character that is encountered in the address.
Image 12-19-23 at 3.56 PM.jpg
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
my code stops (wont go beyond) displaying the link's address when it hits the "#" character... I am wanting it to display the entire link... Thanks for any help. (y)

Yellow Highlight in cell R2 shows what the entire Hyperlink address is supposed to say...
Blue = my code
Red indicates where the code stops and wont copy the hyperlink address beyond that of the "#" character that is encountered in the address.
View attachment 103831
this is not an issue (near as I can tell) with it exceeding 256 characters, btw (link in the example has 93)

just wanting to make the code to return THIS:
http$://otis.osmanager4.com/SeatexLLC#/chemical/material/0028438d-2166-4db0-947d-becc76ae1294

Instead of what it currently does which is THIS:
http$://otis.osmanager4.com/SeatexLLC

(but not with " $ "... I had to use a different character so this post wouldn't show the actual link.)

any suggestions? Thanks so much
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,097
Members
449,096
Latest member
provoking

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