How to clean a worksheet

  • Thread starter Thread starter guest
  • Start date Start date
G

guest

I have a worksheet with data and active x controls like textbox, checkbox
etc. I need to clean the worksheet or it should look like a brand new
worksheet in every session.. is there any better way to do that, right now I
am deleting it and creating a new worksheet with the same name.
 
I agree deleting and adding is much better way but we might be dealing with
protected workbook. which prevents us from adding, deleting or moving
worksheets.
 
It is true that a protected workbook restricts an unauthorized user from
doing certain things. However, since you had implied that you had access to
the workbook, it was assumed that you would be able to handle the protection
part. So, if you are an authorized user and you want a clean sheet, then
deleting the old one and replacing it with a new one will guarantee that
there are no hidden formulas, cells, rows, columns, controls or code to worry
about.
 
And you may be dealing with a worksheet that's protected. What would you do
then?
 
How about saving the "clean" workbook as a template and using the template to
start each new session.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top