Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I need to make a copy of a template sheet, containing a chart area, which in turn contains a plot area. I create a new sheet, rename it, then copy contents of a template as follows - Sheets(TemplateSheet).Activate ActiveSheet.UsedRange.Select Selection.Copy With ActiveWorkbook.Sheets .Add After:=Worksheets(Worksheets.count) End With NewSheetName = "newname" ActiveSheet.Name = NewSheetName ActiveSheet.Paste It copies all the spreadsheet, but no plot shows up on a copy. How can I do that? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error: "the copy area & the paste area are not the same size & sh | Excel Discussion (Misc queries) | |||
Plot area distorted when I copy Excel chart into Powerpoint | Charts and Charting in Excel | |||
Stacked area and area chart combo | Charts and Charting in Excel | |||
How to increase chart area without affecting plot area? | Charts and Charting in Excel | |||
Resize chart area without resizing plot area | Charts and Charting in Excel |