View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Solution4U Solution4U is offline
external usenet poster
 
Posts: 10
Default Show checkbox checked on open

I need help.

I have 3 userforms. Userform1 has 2 buttons, one to start a new project and
one that edits the project as saved. Which ever button is clicked brings up
userform2 which has 5 checkboxes.

What I would like to happen: when the edit button is clicked I would like
the checkboxes that were checked the last time to show up as checked. The
value of the checkboxes are stored on sheet3 in cells c2-c6.

Thank you for your time and assistance.