Hello,
I am very new to VBA and I would like to understand how can I get this information in a "readable" URL format from this jumbled code. (pic below).
As you can see the https:// is at the end and the other part is at the beginning. I have tried TEXT to Columns and separated it by " and it does format but breaks it over several columns. I would like to be able to have some type of code (instead of doing this manually which does work by the way if I make it like pic 2) that I could use after I extract the information from SharePoint to remove everything and then create the URL in the correct format (overwriting in the same column), is this possible?
the raw data (pic 1)
And what I would like it to look like. (pic2)
I am very new to VBA and I would like to understand how can I get this information in a "readable" URL format from this jumbled code. (pic below).
As you can see the https:// is at the end and the other part is at the beginning. I have tried TEXT to Columns and separated it by " and it does format but breaks it over several columns. I would like to be able to have some type of code (instead of doing this manually which does work by the way if I make it like pic 2) that I could use after I extract the information from SharePoint to remove everything and then create the URL in the correct format (overwriting in the same column), is this possible?
the raw data (pic 1)
And what I would like it to look like. (pic2)