As part of a project I am working on, I a need to be able to create checkboxes inside an excel spreadsheet, could anyone provide a simple example or direct me to a useful re
Interesting question. I haven't tried it, but I think you either add it as a Worksheet.Shape item, or add it as an OLEObject. The following example shows how to read an existing checkbox from a worksheet. It is probably a good starting place to work backwards from:
http://forums.asp.net/p/1244356/3293168.aspx