Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by neunelfer

  1. neunelfer

    Adding a series to an existing chart

    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))...
  2. neunelfer

    Adding a series to an existing chart

    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...
  3. neunelfer

    send a variable to a series in a chart..

    shoot .. I still get an runtime error 1004: unable to set XValues property of the series class. Somebody knows what that means?
  4. neunelfer

    send a variable to a series in a chart..

    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...
  5. neunelfer

    variable series collection in a chart

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

Part and Inventory Search

Back
Top