PC Review


Reply
Thread Tools Rate Thread

Automating Charts in Excel

 
 
Richard Kerr
Guest
Posts: n/a
 
      2nd Oct 2003
Hello,

I have a procedure which runs from Access and creates a
series of sheets and Pivot Tables in Excel. I am trying to
automate the production of PivotCharts from the
PivotTables but the command I'm using seems to only
produce a chart from the sheet and not the content of the
pivot table.

I am using the following code to produce the chart.


code:
-----------------------------------------------------------
---------------------

'Create bar chart from the pivot tableDim chTop5Calls As
ChartObjectSet chTop5Calls = Worksheets(3).ChartObjects.Add
(100, 30, 400, 250)chTop5Calls.Chart.ChartWizard
Source:=Worksheets(3).Range("a3:h20")

-----------------------------------------------------------
---------------------

If anyone call point me in the direction of a different
command or use of this one it would be very much
appreciated

Thanks

Richard
 
Reply With Quote
 
 
 
 
Phobos
Guest
Posts: n/a
 
      2nd Oct 2003
You might want to try one of the Excel groups...

P


"Richard Kerr" <(E-Mail Removed)> wrote in message
news:1a8001c388c5$36e79f70$(E-Mail Removed)...

<snip>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
EzPaste-xl2ppt Excel add-in, automating the copy/paste of charts anddata avi Microsoft Excel Charting 0 16th Feb 2008 08:41 AM
Automating Excel from C#, Adding Picture Charts saragoesnuts@gmail.com Microsoft C# .NET 3 27th Jan 2007 08:29 AM
automating charts jborcher Microsoft Excel Discussion 1 16th Mar 2004 12:25 AM
AUTOMATING CHARTS W/VBA ibeetb Microsoft Excel Programming 1 11th Dec 2003 04:16 PM
Automating powerpoint charts Daryl Microsoft Powerpoint 1 6th Aug 2003 01:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:35 PM.