Chart.Location (Excel)
Verschiebt das Diagramm an eine neue Position.
Dim chrLocation As Chart
Set chrLocation = ActiveChart.Location(Where:=xlLocationAsNewSheet)
Arguments
Ein benanntes Argument
Where (XlChartLocation) - Die Position, an die das Diagramm verschoben werden soll.
Mögliche Rückgabewerte sind xlLocationAsNewSheet, xlLocationAsObject, xlLocationAutomatic - Diagrammposition wird in Excel gesteuert.
Optional arguments
Das folgendes Argument ist optional
Name (String) - Erforderlich , wenn Where WherexlLocationAsObjectist.