Checkbox like inputbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everybody,

I would like to know if there is a function like inputboxe() but affich
boxes to be checked. I know the existing of the subroutine of the checkboxes
button but I want that the checkboxes appear at a moment of the process.

Thanks!
 
Put the checkboxes in place, then
Use the visible property of the checkbox to make it visible or not.
 
Back
Top