Problem
Your application requires cells to contain hyperlinks to other cells in the same spreadsheet, but the Cell.CreateHyperlink function only makes links to URLs on the internet. This article discusses a workaround using Excel's HYPERLINK function.
Solution
Excel has a function named hyperlink() that, with some special syntax, can create links to other cells in a spreadsheet. Normally, the hyperlink function creates a link to a URL, much like the ...