Thread: DELETING ROW
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chinx21 Chinx21 is offline
external usenet poster
 
Posts: 25
Default DELETING ROW

hI THERE!I'd like to ask help on how to delete row based on a value entered
in a textbox located in a user form.The userform and the worksheet where the
data to be deleted is stored are located in the same workbook. Example:
After a user input a four digit number it will automatically search in a
specific column of a particular sheet of a workbook. If a match was found the
data will be displayed in there respective control of the form and when an
OKcommand button is clicked the found data will be deleted. Pls.. Help!