• 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.

Application.Intersect code

I recently watched Chandoo's master class "All Versions of the Truth", and I have recreated his dashboard step by step with my own data, but I am having issues with some of the VBA code. I have copied his code verbatim (changing named ranges if needed, and even renaming my ranges to the same as his) but I get debugging errors and I can't figure out at all what I am missing. I think I've even checked my spelling several times and thoroughly so I really hope it isn't something like that.

Any ideas on what is wrong with my code?

I've attached the file for reference.

Thank you!
Yvonne
 

Attachments

  • Data for troubleshooting.xlsm
    340.1 KB · Views: 2
I think you have Worksheet_Selection change code in wrong worksheet.
Since named range is referring to Output sheet, you'd need the code there.

Also, displaychart sub will need to be in either Module1 or Module2 (standard module and not in workbook or worksheet module).

Edit: updated workbook attached with changes mentioned above.
 

Attachments

  • Data for troubleshooting.xlsm
    337.2 KB · Views: 3
Back
Top