I found this code in the archives but it doesn't delete the data from the
database also. If the user accidentally makes a double entry i would like
them to be able to delete it or void it out. What would you suggest? I also
have a few formulas in the database and when the data is erased it tends to
mess the formulas up. Have any ideas for that also. Thank you, Jennifer
This is what i have so far.
With Me.ListBox1
.RemoveItem .ListIndex
End With

--
Though daily learning, I LOVE EXCEL!
Jennifer