View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AccessDB AccessDB is offline
external usenet poster
 
Posts: 8
Default Allow text in locked cells on a worksheet from a userform

I have a userform that is set up when the user hits the submit button
it automatically loads the textboxes that the user filled out in the
userform to a worksheet. The problem I'm having is that I want to lock
the worksheet that the data is loading from the userfom, but if I lock
the worksheet then the submit button will not work. The code crashes
because I locked the worksheet.
Is there any way let the users submit the data gathered on the
userform but only give the users read access only on the worksheet?