View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dpkk2 dpkk2 is offline
external usenet poster
 
Posts: 1
Default macro to create a chart from several worksheets

Hi,

I'm new to VBA. I want to write a macro to create a chart from several
worksheets in a workbook.
Eg. I have a workbook with four worksheets and each work sheet have
column A, B and C. Always column A represents X and B and C represent
Y. So my macro should draw 8 series in one chart.

Could someone help me please.

Many Thanks,

dpkk2