Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default Cell description into the chart

How can I put the information written in the cell D15 of the "sheet1" into
the chart 1 created as new sheet (chart1). I want to put this nformation as a
label on the top of the chart.

Thanks in advance.
Maperalia
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Cell description into the chart

Place the following in your code:
With ActiveChart
.HasTitle = True
'''substitute the following range for the range that
'''contains the label for the chart
.ChartTitle.Characters.Text = Sheets("Sheet1").Range("A1").Value
end with

Hope that helps
JNW

"maperalia" wrote:

How can I put the information written in the cell D15 of the "sheet1" into
the chart 1 created as new sheet (chart1). I want to put this nformation as a
label on the top of the chart.

Thanks in advance.
Maperalia

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custumize Chart Tittle Description Maperalia Charts and Charting in Excel 4 October 7th 09 04:22 AM
Bubble Chart with text as description of an axis schleimer Charts and Charting in Excel 2 April 16th 08 08:43 AM
chart description-font format [email protected] Charts and Charting in Excel 1 August 10th 07 11:56 AM
How do I sum based on a description for a pie chart Johndb00 Charts and Charting in Excel 0 February 14th 06 10:46 PM
Pivot Chart Series description Tony Excel Programming 0 April 13th 05 10:46 AM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"