Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Looking for a method to delete everything in a Worksheet from code. Not the sheet itself, though. And, is it possible to keep the structure, i.e the way the columns have been formatted ? Many thanks - Kirk |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.cells.clearcontents
Will clear all the values and formulas from the activesheet. kirkm wrote: Looking for a method to delete everything in a Worksheet from code. Not the sheet itself, though. And, is it possible to keep the structure, i.e the way the columns have been formatted ? Many thanks - Kirk -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Fri, 02 Mar 2007 19:52:14 -0600, Dave Peterson
wrote: activesheet.cells.clearcontents Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting cell data without deleting formula | Excel Discussion (Misc queries) | |||
Deleting filtered out data from a worksheet | Excel Worksheet Functions | |||
deleting values in a worksheet without deleting the formulas | Excel Worksheet Functions | |||
Deleting A Worksheet - There may be data ... | Excel Programming | |||
how do I delete data from a worksheet without deleting the formul. | Excel Discussion (Misc queries) |