Howdy!
I have no problems with adding links (or any other Html string) to a cell. I just use:
cell.HtmlString = myHtmlString
syntax.
However, doing the same on a cell range seems to be more complex.
Say, I want to a…...Hyperlinks.Add method - this one works...@bogdanw When calling worksheet.Hyperlinks.Add() method, the first cell...