I have approximately 12 charts in a spreadsheet I'm designing. I want to be able to display all of the charts within one designated area of a certain sheet. Each of the 12 charts will be available (1 at a time) upon conditions (likely a drop down menu selection). I thought this would be possible using the this technique:
http://chandoo.org/wp/2008/11/05/select-show-one-chart-from-many/
The idea is that you are able to display the image of each chart onto a single picture that changes conditionally. I attempted to test this before applying my own charts. I kept getting a reference error for the formula. I have double-checked and everything in the formula seems to be written correctly. Secondly, I can't seem to manipulate the formula bar for my selected image. Thus, even if I could get the formula working, I wouldn't be able to assign the named range to my image.
Has microsoft updated Excel to prevent people from doing this? My suspicion is "no" since the demo uploaded seems to be working.
Is there a way to hide charts conditionally in VBA if all else fails?
http://chandoo.org/wp/2008/11/05/select-show-one-chart-from-many/
The idea is that you are able to display the image of each chart onto a single picture that changes conditionally. I attempted to test this before applying my own charts. I kept getting a reference error for the formula. I have double-checked and everything in the formula seems to be written correctly. Secondly, I can't seem to manipulate the formula bar for my selected image. Thus, even if I could get the formula working, I wouldn't be able to assign the named range to my image.
Has microsoft updated Excel to prevent people from doing this? My suspicion is "no" since the demo uploaded seems to be working.
Is there a way to hide charts conditionally in VBA if all else fails?