Skip to main content

All Questions

Tagged with
0 votes
1 answer
359 views

Stacked line graph colors do not match

I made an interactive chart that shows different data, depending on which ActiveX checkboxes are checked. I created a few tables that would show different data by using a few nested IF statements like:...
Klister's user avatar
  • 11
1 vote
1 answer
2k views

Copy Legend of Chart to Powerpoint with VBA

I work on an excel script that creates powerpoint slides. On a powerpoint slide, I want to show the legend of a chart, but not the rest of the chart. Here is an excerpt of my code: With Sheets("data"...
reggie's user avatar
  • 3,614