My problem is that I want a hyperlinked cell to change colour and font when it is accessed. i'e. when the hyperlink is clicked, the destination cell in the same workbook changes colour so that it stands out on the sheet.
I have around 140 hyperlinks accessing various cells in 9 worksheets.
Welcome to the forum. There are various options whizzing around depending on why you are trying to do this.
Could you give a bit more information about how the spreadsheets are being used.
click on the * Add Reputation if this was useful or entertaining.
My problem is that I want a hyperlinked cell to change colour and font when it is accessed. i'e. when the hyperlink is clicked, the destination cell in the same workbook changes color so that it stands out on the sheet.
lev
A H/L changes shades when you click on it anyway (until you close and re-open the file), but to make that change stay there - or to make the destination cell change color, I think will require VBA
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
My spreadsheet is a record of a swimming gala with all the results in age groups on 7 separate sheets. Each age group sheet has around 10 results for that age group with defined name headings for each event.
The menu page is where I've collated all my hyperlinks that link to the respective result. For instance, click the 9 year girls 100m Butterfly and it sends you to the result heading (the defined name).
What I want is for the heading to be highlighted in a colour so that it is easily spotted on the sheet.
I won't need to use any more hyperlinks (they were all done manually). I've removed columns B and K - they had the names of the swimmers.
When you click a link on the Menu sheet it goes to the relevant page and set of results. These destination cells are the ones I would like to highlight when they are accessed by the hyperlinks.
Bookmarks