Thread: Check boxes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
laura56 laura56 is offline
external usenet poster
 
Posts: 2
Default Check boxes

Hi,

I want to use check boxes to select certain rows in the spreadsheet to
be transferred to the database. After these check boxes are selected,
I then want to use one "update" button to transfer to the database.

Currently, as you select each checkbox that row individually is
transferred. Does anyone know how to combine this using macros? I was
thinking something like a counter, but I am very inexperienced with VBA
so I'm not sure how/if it something like this can be done?

Any help much appreciated.

Thanks

:)