Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a button(CommandButton1) I want to use for deleting entire rows of a
list(Sheet 2) that has data inputted via a user form. On Sheet 1 range B7:B22 I have the components that I want to delete e.g apples, oranges,etc. from the list on sheet 2. The trouble is they must only be deleted if they correspond to an order number eg (2013654) which is on Sheet 1 cell O3. On Sheet 2 I have a column (I:I) that combines the order number and the component eg (2013654apple). I put this in as a sort of unique i.d. So in summary when I click the button I want the code to find all the components from Sheet 1 on Sheet 2 that correspond to the order number on Sheet 1 and then delete the entire row. I hope somebody out there can understand this and thanks for taking the time to read it all. Regards gregorK |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move entire row to another sheet and deleting the old row only. | Excel Worksheet Functions | |||
Deleting Code from VBA | Excel Discussion (Misc queries) | |||
deleting entire rows with the same cell value in the first column | Excel Discussion (Misc queries) | |||
Deleting entire rows | Excel Programming | |||
Deleting code in a file with code.. | Excel Programming |