Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Chart placement

I am writing a macro that generates charts that are to be placed in a new
worksheet. I want to be able to place the chart exactly in the worksheets but
I dont know how to code it. I cannot use the macro recorder because it is too
inexact and it does not produce a good code. My code is:

Charts.Add
With ActiveChart
.ApplyCustomType ChartType:=xlUserDefined, TypeName:="Standard"
.ChartType = xlColumnClustered
.SetSourceData Source etc..........

.Location Whe=xlLocationAsObject, Name:=x
End With

i want to know how to write code so that I can place the charts where i want
to.

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
Placement of a chart PCLIVE[_2_] Charts and Charting in Excel 1 January 25th 09 09:37 PM
decimal placement in an excel chart? Ron Charts and Charting in Excel 1 March 8th 08 02:12 AM
Placement of Chart in Worksheet Bill[_30_] Excel Programming 1 September 20th 05 05:41 PM
Chart Placement Dr.Schwartz Excel Programming 1 August 24th 04 01:03 PM
Chart placement David Excel Programming 2 April 18th 04 12:55 PM


All times are GMT +1. The time now is 01:04 PM.

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"