Hi all,
Hope some one can advise me on this. I have a worksheet with a cell that will have a possible list of numbers 1,2,3 and 4 etc.
This would be Cell A1
Dependant on the number in the cell, I would like the hyperlink to point to a different area/site
I am assuming that it would have to be done in VBA but not really used it much
I see it as:
If A1 = 1 then goto "http://www.google.co.uk"
or
If A1 = 2 then goto "http://www.yahoo.co.uk"
or
If A1 = 3 then goto "Cell AA2"
If anyone could give me some advice this would be greatly appreciated.
Regards
K

Hope some one can advise me on this. I have a worksheet with a cell that will have a possible list of numbers 1,2,3 and 4 etc.
This would be Cell A1
Dependant on the number in the cell, I would like the hyperlink to point to a different area/site
I am assuming that it would have to be done in VBA but not really used it much
I see it as:
If A1 = 1 then goto "http://www.google.co.uk"
or
If A1 = 2 then goto "http://www.yahoo.co.uk"
or
If A1 = 3 then goto "Cell AA2"
If anyone could give me some advice this would be greatly appreciated.
Regards
K