View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Shutting off all calculations

Peter,

Select all the cells and format them as text, choose the protection tab and unlock all the cells,
then use protection, and lock the sheet. Make sure that you disallow formatting changes. That will
prevent the sheet from being reformatted and used for calcs, and will only allow the students to
enter text into the cells.

You may also want to use event code to prevent the students from opening and using another workbook.
Post back for some help with that if you are interested.

HTH,
Bernie
MS Excel MVP


"Peter" wrote in message
...
I'm a teacher and want to create a worksheet form where students can enter
answers to (their handwritten) math problems.

For the student's version of the answer spreadsheet, I want all Excel
functions shut off, so that students cannot use Excel to calculate their
answers. All my students have PCs they can bring into class so that they
could get their versions of the file off a shared server.

I could then speed up grading hundreds of questions by having my own version
of the spreadsheet with True/False getting pasted back alongside each
student's answers in each of their versions, for their feedback.

The Calculation Options tab under Formulas in Office 2007 Excel does not
seem to give the option of shutting everything off. All I want them to have
is data entry capability.

Thanks!
- Peter