Hi,
at the documentation an internal Hyperlink will added like this:
worksheet.Hyperlinks.AddInternalLink("B3", 1 , 1, "Sheet2!B9");
(is this an old version? Now use only Add?)
but by creating the Hyperlink i don't now the row number at this time and i can't get the cell name,
so i want to use a named Range wich i generate later on (this is based on ids from db, so i know it).
Is this possible, i don't found anything at the forum or the documentation.
THX
Phil