Creating multiple charts in an excel sheet

I

i.sobha

Hi,

Is it possible to create multiple charts (around 9 charts ) in a
single excel sheet? Creating the charts have to be programmatic by
running a VB code. Please somebody provide some help.

Thanks and Regards,
Sobha
 
B

Bruce Sinclair

Hi,

Is it possible to create multiple charts (around 9 charts ) in a
single excel sheet? Creating the charts have to be programmatic by
running a VB code. Please somebody provide some help.

While I know nothing of VB code, it is certainly possible without it to have
many charts on a sheet by choosing 'as object in' instead of 'as new sheet'
as the last step in the wizard. Perhaps that will give you a place to start
looking ? :)
 
Top