Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default HOW TO PROGRAM EXCEL SO THAT THE TITLES ON GRAPHS ARE AUTOMATICALLY CHANGED

I am marketing a product that has lots of graphs. My problem is that
the user will have to change the titles in the graphs so that they
have their company name is in the graph. Is there anyway to automate
this using VBA? Is there something that I missed in EXCEL. I am using
XP. ANy help would be greatly appreciated.

SIncerely,


Marcello

respond.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default HOW TO PROGRAM EXCEL SO THAT THE TITLES ON GRAPHS ARE AUTOMATICALLY CHANGED

Hi Marcello
Following code can be used to change the tile of chart.

ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.ChartTitle.Select
Selection.Characters.Text = "Company Name"
ThisWorkbook.Activate

Best Regards

Bill


-----Original Message-----
I am marketing a product that has lots of graphs. My

problem is that
the user will have to change the titles in the graphs so

that they
have their company name is in the graph. Is there anyway

to automate
this using VBA? Is there something that I missed in

EXCEL. I am using
XP. ANy help would be greatly appreciated.

SIncerely,


Marcello

respond.
.

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
I changed value scale numbers - goes back to what program wants? dizzyizzy Charts and Charting in Excel 1 June 7th 08 02:19 AM
hyperlinks changed automatically in excel. Sally Excel Discussion (Misc queries) 1 April 25th 08 07:13 PM
Excel graphs not updating when source data is changed James Carlson Charts and Charting in Excel 0 May 23rd 06 06:44 PM
expanding titles on graphs Laura Tran Charts and Charting in Excel 1 February 4th 06 06:35 PM
axes titles in excel graphs Satish Mirle Charts and Charting in Excel 2 June 19th 05 06:08 PM


All times are GMT +1. The time now is 10:32 AM.

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"