Excel VBA - Userform updation/deletion problem

P

programmer_int

i can now add data in excel spreadsheet using user forms thanks to TO
oglivy........but i cannot update and delete data in an exce
spreadsheet using user forms...for example i want to delete or updat
data in an excel spreadsheet where say uniqueid=200...

if somebody could help me i would sincerely be grateful..
 
T

Tom Ogilvy

I showed you a way to delete. You should be able to use a similar approach
to update.
 
Top