View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Excel: remove cell content but retain formula

So you want to be able to overwirte the formulas and then get them back
again? No can do. You could create a template allowing users to open a fresh
copy each time.
--
HTH...

Jim Thomlinson


"Cliver6" wrote:

-- I want to create a workbook to use as a form for ten novice users. This
work book will have cells that contain formulas that cause those cells to
show data from other cells.

I need to be able to delete the data from the cells without deleting the
formulas. Then the workbook can be reused in its original condition without
having to rewrite all the formulas.

Cliver6