ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Multiple Charts (https://www.excelbanter.com/excel-programming/375519-multiple-charts.html)

scorpion53061[_6_]

Multiple Charts
 
Hi,

I have been given an assignemnt to create 5 charts that will print on E
size paper that are suppose to appear next to each other. Each chart
takes 14 rows of data that are in the sheet.

I can create one chart but am having difficulty coding the concepts of
making them appear next to each other.

can anyone help? I very much appreciate it.


Charles Chickering

Multiple Charts
 
Chart1.Left = 0
Chart1.Top = 0
Chart2.Left = Chart1.Left + Chart1.Width
Chart2.Top = 0
Chart3.Left = Chart2.Left + Chart2.Width
Chart3.Top = 0

Got the idea?
--
Charles Chickering

"A good example is twice the value of good advice."


"scorpion53061" wrote:

Hi,

I have been given an assignemnt to create 5 charts that will print on E
size paper that are suppose to appear next to each other. Each chart
takes 14 rows of data that are in the sheet.

I can create one chart but am having difficulty coding the concepts of
making them appear next to each other.

can anyone help? I very much appreciate it.




All times are GMT +1. The time now is 06:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com