Hi,
I'm trying to create a list (range of cells) where:
1) when the mouse hovers over it, the cell itself will be highlighted.
2) If it is selected, it will also highlight itself but into a different color (did this with an example on this website)
3) Finally, the string in the cell (which is linked to a dynamic source data) must be dynamic in reaction to a scroll bar.
I have posted a sample excel sheet to show what I've been able to do so far.
I have been able to do:
#1) using a hyperlink and conditional formatting
#2) with some vba and conditional formatting
However, I am having trouble with #3), i.e. getting the scroll bar effect in combination with the mouseover effect, and selection effect.
This is the function I used in the cell:
IfError(hyperlink(function(range),range2),range2)
where "function(range)" is a function coded in VBA in order to create the mouseover effect, and "range2" is the cell reference containing the offset function for the scrollbar.
However, I keep getting the error message: "Cannot open specified file" when I click on the cell. The problem only appears when range2 is referenced to a cell containing the offset function. If you delete list3 entirely, the worksheet works fine.
It's important that I am able to select and click on the cells because I want the form on the right hand side of the excel spreadsheet to be able to initialize with the values contained in the source data.
Thanks in advanced.
D/l the excel file here.
https://www.dropbox.com/s/ecnlsf4gdddeisc/Hyperlink%20Error%20Spreadsheet.xlsm
I'm trying to create a list (range of cells) where:
1) when the mouse hovers over it, the cell itself will be highlighted.
2) If it is selected, it will also highlight itself but into a different color (did this with an example on this website)
3) Finally, the string in the cell (which is linked to a dynamic source data) must be dynamic in reaction to a scroll bar.
I have posted a sample excel sheet to show what I've been able to do so far.
I have been able to do:
#1) using a hyperlink and conditional formatting
#2) with some vba and conditional formatting
However, I am having trouble with #3), i.e. getting the scroll bar effect in combination with the mouseover effect, and selection effect.
This is the function I used in the cell:
IfError(hyperlink(function(range),range2),range2)
where "function(range)" is a function coded in VBA in order to create the mouseover effect, and "range2" is the cell reference containing the offset function for the scrollbar.
However, I keep getting the error message: "Cannot open specified file" when I click on the cell. The problem only appears when range2 is referenced to a cell containing the offset function. If you delete list3 entirely, the worksheet works fine.
It's important that I am able to select and click on the cells because I want the form on the right hand side of the excel spreadsheet to be able to initialize with the values contained in the source data.
Thanks in advanced.
D/l the excel file here.
https://www.dropbox.com/s/ecnlsf4gdddeisc/Hyperlink%20Error%20Spreadsheet.xlsm