Greetings all,
I'm relatively new to VBA and I would like some help on a problem I'm trying to solve for. I have two columns of data and both of them are text initially.
I first ran the VBA below to turn texts in the "Hyperlink" column into clickable links. However, I would also like them to be renamed to the corresponding friendly name using texts showed on the left column. Is there a VBA code that can make this work? If the 2 steps (turn text into hyperlink + rename) can be combined into one that's better. <*** I would only want VBA solution because some of the link exceed formula text limit so formula won't work>
Many Thanks!!!
I'm relatively new to VBA and I would like some help on a problem I'm trying to solve for. I have two columns of data and both of them are text initially.
I first ran the VBA below to turn texts in the "Hyperlink" column into clickable links. However, I would also like them to be renamed to the corresponding friendly name using texts showed on the left column. Is there a VBA code that can make this work? If the 2 steps (turn text into hyperlink + rename) can be combined into one that's better. <*** I would only want VBA solution because some of the link exceed formula text limit so formula won't work>
Many Thanks!!!