View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark D'Agosta Mark D'Agosta is offline
external usenet poster
 
Posts: 20
Default Dynamically add Checkboxes to worksheet columns

All,

I have a VBA function that populates a worksheet with data. I'd like to
dynamically add a checkbox to the first column of each new row that is
added. I want the checkbox to be inserted and remain within the cell. The
number of rows to be added is not known ahead of time. What's the best way
to accomplish this?

Thanks,

Mark D'Agosta