Hi,
One function of a program that I am writing appends a new hyperlink to the right of the last cell on the 1st row. So, each time the priogram is run, the old hyperlinks should remain and a new one should appear on the right. The issue Im having is that each time I run the code, a new hyperlink is added, but the previous one disappears...
I dont have the code on me, but what I have done is I use the get_range function and get the individual cell, then I use the range.Hyperlinks.Add function to apply the hyperlink to the selected cell.
Does anybody know what I should do to ensure that all old hyperlinks are kept when adding new ones?
Thanks!
Rich
Bookmarks