BeforeSave event

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Hello all,

I have a Check box in my a sheet calledheckbox1.

I also have an event called Workbook_BeforeSave. How do I check the
value of the checkbox from this event?

Thanks all,

Jon
 
If Worksheets("Sheet1").CheckBoxes("Check Box 1").Value = 1 Then
Msgbox "It is set
...

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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