OnClick

  • Thread starter Thread starter brett.kaplan
  • Start date Start date
B

brett.kaplan

Hi,

I have about 15 check boxes on one sheet. When the box is checked, I
want to add a sheet with a certain name using the code:

Sheets.Add.Name = "NAME1"

When the box is then unchecked, I then want to delete the sheet.

How can I do this?

Thanks!

Brett
 
Hi,

I have about 15 check boxes on one sheet. When the box is checked, I
want to add a sheet with a certain name using the code:

Sheets.Add.Name = "NAME1"

When the box is then unchecked, I then want to delete the sheet.

How can I do this?

Thanks!

Brett

This sounds like a question about Microsoft Excel, whereas this is
particular forum is devoted to Microsoft Access, the database program.
I suggest you post your question in one of the Excel forums, unless
someone here happens to know and post the answer anyway.
 
You're right and I did. Sorry about that...didn't realize until after
I posted - I just searched for OnClick...thanks!
 
Back
Top