I am new to VBA and I'm struggling to learn it. What I am trying to do is an inventory management type of thing. I have two worksheets, (Sheet1) with a list of items in (Column E) and (Sheet2) where I enter items as they are used in (column A). I am trying to get my code to look in (Sheet2) (Column A) and if the values match values in Sheet2 Column E, it will delete it. I would like it to start at the top and work the way down to the end of the items in Sheet 2 and only delete one at a time.
I'm not sure if the "IF/Then" statement is the best or not. Any help you can provide would be great.
Thanks.
I'm not sure if the "IF/Then" statement is the best or not. Any help you can provide would be great.
Thanks.