help with Excel Chart, Series name

B

Bilal

Hello,

I am using ORACLE OLE2 package to print a series bar graph in excel. I need
to rename "Series Name" that comes out in as a char in excel. By defual the
series are names as Series1, Series2, Series3,.....SeriesN. How can I access
the handle to "Series Name" which help me change its name. Any help will be
highly appreciated.

Thanks you,
Bilal
 
E

Earl Kiosterud

Bilal,

Manally, you do this with Chart - Source data - Series tab. There's a
series name box. Select the series to be edited in the drop-down at the
left first. It may have a cell reference currently in it, or you can
manually hard-code a name by typing it in, as a formula, as text. Something
like:

="My Series Name"

Using the macro recorder will yield the code for this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top