• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Interactive dashboard - using Hyperlinks

RonnyB

New Member
Hello all,

I'm using the interactive dashboard with hyperlinks from the tutorial: https://chandoo.org/wp/interactive-dashboard-using-hyperlinks/

Got everything working when I want to use 1 tabel. However, when I want to use 2 interactive tabels something goed wrong. It wont show the data in table 2. I have a feeling this is because my VBA code isnt right.

Could someone point me in the right direction?

Regards
 

Attachments

RonnyB
Your uploaded file have none (cannot have) VBA code ... cannot comment Your code.
Data-sheets cell E20 should be Indicator 3 ... with same logic with cell E4
... then You'll get something working.
 
RonnyB
Your uploaded file have none (cannot have) VBA code ... cannot comment Your code.
Data-sheets cell E20 should be Indicator 3 ... with same logic with cell E4
... then You'll get something working.
Your right about the data sheet. However it should change according to the selection on the blad 1 sheet. Wich it doenst :(

The VBA code to change it is:
>>> use code - tags <<<
Code:
Public Function highlightSeries(seriesName As Range)
    Range("valSelOption1") = seriesName.Value
    Range("valSelOption2") = seriesName.Value
End Function
 
RonnyB
As I tried to write
Your uploaded file have none (cannot have) VBA code ... cannot comment Your code.
Without real sample file - I won't even guess.
 
Back
Top