Hi Excel Forum!

Hoping someone can help me with a macro? I need to remove part of a string from several rows. The data looks like so...

http://domain.com/_ydlt=AfghTW_02JMxdgfh4xOKNcIF;_uylv=0/Sghjghjtg/**http://www.website1.com/
http://domain.com/_yglt=A0WTW_03FMx4OGMQAvymKNcIF;_uylv=0/SIG=13hmt1pttm/**http://www.website2.com/
http://domain.com/_gylt=A0WTW_05MsxeOjBEBNRKKNcIF;_uylv=0/SIG=119hto9nd8/**http://www.website3.com/
http://domain.com/_hylt=A0WTW_07OMxO34R0B7wuKNcIF;_uylv=0/SIG=1h10hntfuv/**http://www.website4.com/
...
As you can see the each string is unique before the double asterisks (**). The only thing that is consistent in each row are the double asterisks.

The portion of the string that I need isolated are the URLs at the end of each string after the characters double asterisks (**) in the example above.

Here is what a sample output would look like...
http://www.website1.com/
http://www.website2.com/
http://www.website3.com/
http://www.website4.com/
So I figure I need a macro to either remove all of the characters before double asterisks? Is that correct? Can anyone provide a macro that can accomplish what I need?

Thanks!