Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have a problem with making a code in visual basic. I would like to make a code that deletes all rows in which the value of column G starts with a W (after W there is a number, example: W-123-231). I can do this, but now comes the most difficult thing. All my rows have numbers in column C, varying from 100 till 1000 (my total file is about 5000 rows). Some rows have the same number in column C (because they are related to each other: same kind of product). Because I would like to delete all rows for which the first value in column G is a W, I also would like to delete all rows that are related to the rows with a W in column G. So for the row which value in column G starts with a W, all related rows should be deleted as well. This means that all rows with the same number in column C as the row with a W in the G column, have to be deleted. So, in summary, all rows that start with a `Wยด in column G and the related rows (which have the same number in column C) have to be deleted. I dont know how I can put this in a code in visual basic, so it would be great if someone could tell me! I hope my problem is clear, if it is not let me know. Thank you very much for helping me! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data filter and deleting rows in visual basic | Excel Discussion (Misc queries) | |||
I need a visual basic code....please | Excel Discussion (Misc queries) | |||
Deleting pictures in Excel using visual basic | New Users to Excel | |||
Visual Basic code available for all open workbooks | Excel Worksheet Functions | |||
Visual Basic Code Remains in "memory" | Excel Worksheet Functions |