Could anyone help me with this one?
I want to copy a chart from one sheet to another. Now I've got this far on my own but its not woking like i want it to
Private Sub cbtnPrint_Click()
With ThisWorkbook
.Sheets("TempData").ChartObjects("Diagram 20").Chart.ChartArea.Copy...
Hello
Ive tried to figure this out but I cant get this to work.
The problem is that I want to plot a chart but the number of values varies depending on how many listbox rows that the user has populated.
This is my code so far, but it doesnt work:
Sub plotChart()
Dim chartEnd As Long...
Im quite new at VBA but I have to solve this.
I guess this is a two part question...
1 I want to create a scatter chart but my source data are in a listbox (-devided in two columns). What code should i write to set the listbox columns as source for the chart?
2 Is it possible to display the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.