Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My second suggestion would solve that problem.
-- Regards, Tom Ogilvy "SiriS " wrote in message ... Sorry, I did not explain correctly. My problem is I have buttons, graphs and drawingobjects in my sheet that I would like to copy, not just the cells; I do want to copy everything in the sheet. Do I have to do like this: Sheets.Add Befo=Sheets(1) 'Copy Cells Sheets("Mysheet").Cells.Copy Sheets(ActiveSheet.Name).Paste Sheets("Mysheet").DrawingObjects.Copy 'Copy drawingobjects Sheets(ActiveSheet.Name).Paste ... 'Copy graphs etc. and so on, for every type of object in the sheet? Regards SiriS --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
Auto Copy/autofill Text from sheet to sheet if meets criteria | Excel Discussion (Misc queries) | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
For Tom Ogilvy re Copy Sheet Problem | Excel Programming | |||
Copy Sheet Problem | Excel Programming |