Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custumize Chart Tittle Description | Charts and Charting in Excel | |||
Bubble Chart with text as description of an axis | Charts and Charting in Excel | |||
chart description-font format | Charts and Charting in Excel | |||
How do I sum based on a description for a pie chart | Charts and Charting in Excel | |||
Pivot Chart Series description | Excel Programming |