Checkmark instead of InputBox

D

daniel chen

Instead of
Cells(1, 1) = InputBox(prompt:=" Enter Valid entry"
Can I have a checkmark to select among many valid options in Excel.
Thanks
 
J

JulieD

Hi

only if you create a userform to display the checkboxes on ....
insert / userform from the vbe window .. put the controls on that you want
and then write code against the OK button to populate the worksheet.
 
Top