+ Reply to Thread
Results 1 to 1 of 1

Radar chart series collection

  1. #1
    Registered User
    Join Date
    03-13-2013
    Location
    Exeter
    MS-Off Ver
    Excel 2010
    Posts
    4

    Radar chart series collection

    So I can record the code to be able to create a Radar chart with the information I have on the current spreadsheet but the Series Collection Name and Values are picking up in correctly.

    I need to be able to use this same code on several worksheets to create the same Radar Chart but each spreadsheet might vary with the number of rows and columns so therefore a different number of times to adjust the Series Collection Names and Value
    I thought I could do something like:

    For eachcol = 2 To endcol
    ActiveChart.SeriesCollection(eachcol - 1).Name = "='" & cursht & "'!" & Cells(1, eachcol).Address
    ActiveChart.SeriesCollection(eachcol - 1).Values = "='" & cursht & "'" & Range(Cells(2, eachcol), Cells(botrw, eachcol)).Address
    Next

    cursht = Sheet the information is from
    endcol = the last column of information
    botrw = the last row of information.

    Thanks for your help
    Last edited by EmmaEmu; 03-13-2013 at 12:58 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1