View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT[_2_] JT[_2_] is offline
external usenet poster
 
Posts: 96
Default Deleting rows from a combobox

On a form, users enter data into 5 text boxes. This
builds a string based on on their input. The string is
then added as 1 row in a combobox.

Later on, users have the option to review all of the
entries and select one. Once they select one, I have
a "delete" button. If they push this button, I would like
to delete the row from the combobox but I'm not sure how
to do this.

I also would like to know how to find the number of items
in the combobox. The first line of the combobox is a 3
digit counter. I would like to revise the counter and
update each row after the deleted row so all of the line
numbers remain sequential.

Any suggestions would be appreciated. Thanks.....