J
Jim Redel
I'm inserting a chart into a spreadsheet (from Matlab or
VB) but no matter the arguments, it always embeds the
Chart into the first page in the workbook
Here's some VB code
' the chart
Set Charts = Workbook.Charts
Set newChart = Charts.Add
newChart.Location 2, "Sheet3"
It ends up in "Sheet1"
VB) but no matter the arguments, it always embeds the
Chart into the first page in the workbook
Here's some VB code
' the chart
Set Charts = Workbook.Charts
Set newChart = Charts.Add
newChart.Location 2, "Sheet3"
It ends up in "Sheet1"