graph with sevral datasource
Hi everybody
It is possible to create a graph with more than one datasource on a workbook
in vba?
I tried:
=sheet4!$B$15:$C$26,+sheet3!$C$15:$D$26 -- error (sheet4!$B$15:$C$26 come
from my refedit1 and sheet3!$C$15:$D$26 result from my refedit2
=sheet4!$B$15:$C$26;+sheet3!$C$15:$D$26 -- error
Thanks
|