I finally found out, where the problem is:
I've got to refer to the workshhet if I want to use the cells, like:
ActiveChart.SeriesCollection(2).XValues = Worksheets(glbstrsheetname).Range(Cells(3, iNewColumn), Worksheets(glbstrsheetname).Cells(irow, iNewColumn))...
Hey guyz,
I almost go crazy over here, I'm trying to automate something which creates a historysheet and add new traces to this. also automatically, the traces should be added to the chart. Everything works, but this chartthing drives me up the wall. This source code down there is one of my...
Hi there,
I'm not very experienced in programming VBA, but I have to..
My problem is, that I want to send a variable to a series in a chart..
and I tried it like this :
Worksheets("L CDMBAN1").ChartObjects(1).Activate
ActiveChart.PlotArea.Select
'MsgBox ("=L...
Hi there,
I'm not very experienced in programming VBA, but I have to..
My problem is, that I want to send a variable to a series in a chart..
and I tried it like this :
Worksheets("L CDMBAN1").ChartObjects(1).Activate
ActiveChart.PlotArea.Select
'MsgBox ("=L...
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.