Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a macro that clears the contents of a range of cells; however, I would
like to keep the formulas in certain cells, just clear the data....how can I do this? Thanks. 'Clear User Lists on Control Sheet Sheets("Control").Select Range("A8:E65536").Select Selection.ClearContents Range("A5").Select Sheets("Control").Cells(5, 1) = UCase(Sheets("Control").Cells(5, 1)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clear a worksheet without clearing formulas? | Excel Discussion (Misc queries) | |||
retaining formulas | Excel Worksheet Functions | |||
retaining functions or formulas in cells | Excel Worksheet Functions | |||
How do I clear a column of data without clearing the formulas? | Excel Discussion (Misc queries) | |||
Clearing Contents but not Formulas | Excel Worksheet Functions |