I have a workbook that has names in column "A" each one of these names has a sheet with all of their information on it. This name is hyperlinked to an email address on their page. I have emails that are auto generated and pull up the name in column "A" as the email address. Can I get the macro to return the hyperlink value not the cell value. Below is the line of code that gets the name.
Thanks in anticipation.
Mick
EmailSendTo = rngCell.Offset(0, 0).Value
Thanks in anticipation.
Mick
EmailSendTo = rngCell.Offset(0, 0).Value