Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As I understand it the Active object here is the chart, so there is no
active sheet. So you specify the location of the object by direct reference. Try using the ChartObject.Add method. Then set the chart objects as required. Dim Ash As Worksheet Set Ash = ActiveSheet 'current active sheet Dim Ach As ChartObject Set Ach = Ash.ChartObjects.Add(100, 30, 400, 250) Cheers Nigel "Tony Reflinski" wrote in message ... In the following expression, how to change "Sheet1" so a plot will be placed on active sheet? ActiveChart.Location Whe=xlLocationAsObject, _ Name:="Sheet1" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy sheet and make new sheet active | Excel Discussion (Misc queries) | |||
Active Cell Copy And Paste Sheet to Sheet | New Users to Excel | |||
Using the Active cell in one sheet for another sheet | Excel Discussion (Misc queries) | |||
Active sheet? | Excel Programming | |||
How to make a sheet the active sheet? | Excel Programming |