View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hartman Hartman is offline
external usenet poster
 
Posts: 1
Default Delete Row Based on Listbox Selection

I have a listbox that pulls data from a worksheet. I want to give the user
the ability to delete the row that he/she has selected in the listbox.

Listbox Results
Oranges
Apples
Bananas
Pears

The user selects Bananas and then clicks the cmdDelete button and then it
deletes thr row. I have the code to resort after the delete.

Thank you in advance.