Author: StanleyStanley Date: Dec 21, 2007 12:16
On Dec 21, 11:36 am, brittonsm gmail.com> wrote:
> How about this?
>
> With .ActiveWorkbook
> .Sheets("Sheet1").Select
> .ActiveSheet.ChartObjects("Chart 1").Activate
> . ActiveChart.ChartArea.Copy
> End With
>
> On Dec 21, 11:26 am, Stanley gmail.com> wrote:
>
>> Given the code below, does anyone have any suggestions on how to
>> obtain the active chart/chartobject's name so that I can address
>> Shape(name) properly when I try ot move the shape?
>
>> [code]
>> Sub LT(wbname As String, wsname As String) ' Graphing Lifetime
>> Results
>> Dim normalgraph As Chart ' normal graph variable
>> Dim regressgraph As Chart ' regression graph ...
|