View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default How to specify location for chart in VBA

I'm adding a chart to an existing spreadsheet with the following:

ActiveChart.Location Whe=xlLocationAsObject, Name:="IPS"

However, it's leaving too much which space between the bottom of the
existing data, and the start of the chart.

Can I specify a specific cell location for the chart to be place? Something
like:

activechart.location whe=Range("A42"), Name:="IPS"

Thanks
Fred