Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Updating graphs in Excel using a macro

aI have about 50 graphs that I need to updte in a spreadhseet. Does anyone
have a macro I can use to update them.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Updating graphs in Excel using a macro

You really need to give more information. Perhaps you could even use just
one graph with variables?

--
Don Guillett
SalesAid Software

"Angela R" wrote in message
...
aI have about 50 graphs that I need to updte in a spreadhseet. Does anyone
have a macro I can use to update them.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Updating graphs in Excel using a macro

What needs to be updated? Formats? Data Source?

Record a macro while you change one chart, then try to include the working
bits of the recorded macro into a loop:

Dim chob As ChartObject
For Each chob In ActiveSheet.ChartObjects
With chob.Chart
' working bits in here, referenced to chob.Chart rather than to
ActiveChart
End With
Next

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Angela R" wrote in message
...
aI have about 50 graphs that I need to updte in a spreadhseet. Does anyone
have a macro I can use to update them.



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
Automatic Updating of Graphs AR Charts and Charting in Excel 1 February 8th 07 05:12 AM
Updating multiple graphs in multiple worksheets at the same time J@Y Excel Discussion (Misc queries) 3 February 1st 07 03:30 AM
automatically updating graphs based upon conditional variables GGC Charts and Charting in Excel 2 June 22nd 06 01:31 PM
Excel graphs not updating when source data is changed James Carlson Charts and Charting in Excel 0 May 23rd 06 06:44 PM
Automatically updating Graphs Rich Gibbons Excel Worksheet Functions 2 October 6th 05 01:17 PM


All times are GMT +1. The time now is 01:37 AM.

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

About Us

"It's about Microsoft Excel"