View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fbagirov fbagirov is offline
external usenet poster
 
Posts: 17
Default Assigning checkbox to the cell

I am writing a macro for a button. When I push the button, it should insert a
new row with 10 cells in a table and assign checkboxes to the last 5 cells of
the row.

In a macro how do I assign checkboxes to the cells of the new row ? Is it
possible ? Thanks