If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have recorded a macro to make a nice little series chart. The problem is that I have to create a range on a sheet with the first row containing the category titles and then a row containing the series values. I really would rather just pass two arrays to the chart macro one with the category titles and the other with the series values.
The problem is that I can't seem to find the proper way to make a macro that accepts arrays rather than ranges.
Can anybody offer a suggestion as to what this macro might look like?