Hi,
I have a list of baseball players that I want to be able to have hyperlinks to.
So for example, if I click on the cell with "Albert Pujols" name, I want to be able to run a macro that goes to http://en.wikipedia.org/wiki/Albert_Pujols, where the names would always be in the same format.
I know this:
ActiveWorkbook.FollowHyperlink _
Address:="http://en.wikipedia.org/wiki/"
But I'm thinking there must be a way to concatenate the wiki link and the name in order to put it into a website format.
Thanks.
I have a list of baseball players that I want to be able to have hyperlinks to.
So for example, if I click on the cell with "Albert Pujols" name, I want to be able to run a macro that goes to http://en.wikipedia.org/wiki/Albert_Pujols, where the names would always be in the same format.
I know this:
ActiveWorkbook.FollowHyperlink _
Address:="http://en.wikipedia.org/wiki/"
But I'm thinking there must be a way to concatenate the wiki link and the name in order to put it into a website format.
Thanks.