Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Creating graphs in VBA

Jon

North is just the name I have given to a range



"Jon Peltier" wrote:

Does VBA understand what "North" means? I don't.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"nir020" wrote in message
...
I have used the folowing code to create a graph in VBA
Sub Macro1()

Dim c As Excel.Chart, a As Worksheet, co As ChartObjects

Set a = Worksheets("Regional Issue Graphs")
Set co = a.ChartObjects
Set c = co.Add(60, 60, 300, 300).Chart
co.Select
c.ChartWizard Source:="North", HasLegend:=False

however I am unable to write further code to which will allow me to alter
the font size of the axies of the graph I want to create, can anyone help?




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
Creating graphs from data in other files Gaijintendo Excel Discussion (Misc queries) 1 July 23rd 08 03:39 PM
Creating Multiple Graphs at a Time Matt Carney Charts and Charting in Excel 2 May 27th 08 05:08 AM
Creating Circles on Excel Graphs [email protected] Excel Worksheet Functions 2 February 23rd 07 05:29 PM
Creating two bar graphs Lisa Charts and Charting in Excel 3 December 6th 05 01:41 PM
CREATING GRAPHS Mohammad Mian Excel Programming 4 August 9th 04 12:58 PM


All times are GMT +1. The time now is 05:34 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"