Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a ss that has formulas sporatically throughout and in certain areas
each month, numbers are entered. Each year, we take the same spreadsheet and clear out those data entered numbers, leave behind the formulas and start over. Is there a way to clear the spreadsheet inputted numbers without clearing the forumlas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Activesheet.cells.SpecialCells(xlConstants,xlNumbe rs).Clearcontents
Regards, Tom Ogilvy "Annette" wrote in message ... I have a ss that has formulas sporatically throughout and in certain areas each month, numbers are entered. Each year, we take the same spreadsheet and clear out those data entered numbers, leave behind the formulas and start over. Is there a way to clear the spreadsheet inputted numbers without clearing the forumlas? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is perfect ... thanks, Mr. O!
"Tom Ogilvy" wrote in message ... Activesheet.cells.SpecialCells(xlConstants,xlNumbe rs).Clearcontents Regards, Tom Ogilvy "Annette" wrote in message ... I have a ss that has formulas sporatically throughout and in certain areas each month, numbers are entered. Each year, we take the same spreadsheet and clear out those data entered numbers, leave behind the formulas and start over. Is there a way to clear the spreadsheet inputted numbers without clearing the forumlas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove $ from formulas | Excel Discussion (Misc queries) | |||
remove convert/extract the number from'12345.56; ie remove ' sign | Excel Worksheet Functions | |||
How do I remove hyperlink if 'remove' option is disabled | New Users to Excel | |||
Remove a particular character using formulas | Excel Discussion (Misc queries) | |||
remove formulas | Excel Discussion (Misc queries) |