"mp" <(E-Mail Removed)> wrote in message news:jhc4ss$te2$(E-Mail Removed)...
>
> "Don Guillett" <(E-Mail Removed)> wrote in message
> news:b5ace1e8-d114-4b3f-a06d-(E-Mail Removed)...
> On Feb 13, 1:55 pm, "mp" <nos...@Thanks.com> wrote:
>> "merjet" <mer...@comcast.net> wrote in message
>>
>> news:f32d13ab-cdc5-4eb7-be12-(E-Mail Removed)...
>>
>> > Yes. When you get to Step 2 of the Chart Wizard click on the Series
>> > tab. Post again if you have questions about the input there.
>>
>> > If you have missing rows, the chart will contain gaps. If you don't
>> > want gaps, copy the data elsewhere getting rid of the missing rows and
>> > make the chart from the copied data.
>>
>> Thanks, the only way I could figure out how to do it was copy the sheet
>> and
>> delete everything except the two cols i wanted and delete all empty rows
>> and
>> headers. Couldn't figure out how to select the col for the x axis and the
>> col for the y axis.
>> I was hoping to find a way without duplicating the sheet data since I
>> have
>> many sheets.
>> Didn't realize charts were so hard in excel, never tried them before.
>> Thanks for the suggestions
>
> You could set up macros to do this automatically
>
> true, I assume you mean the copying of sheets and deleting of rows?
> If I could create the chart via code it would be even more straight
> forward.
> maybe i'll try recording a simple macro and see if i can figure out the
> objects required to compose a chart
>
Ok, I wrote routines to copy the original sheet, delete unwanted rows and
columns, create the chart from the data on that temp sheet, put it on the
original sheet, but then when I delete the temp data sheet excel crashes,
since the chart was getting it's data from there. So the only way I can see
to do this is double the sheet count by not deleting the temp sheets. Not
the ideal but maybe only way i can make a chart from non-contiguous ranges
of data???
|