kopite2002
New Member
- Joined
- Aug 17, 2010
- Messages
- 5
I'm trying to delete rows from other worksheets in a different workbook. I'm trying to use the MATCH function to find the row number that the unique ID exists on and then delete that row. But I can't get the MATCH command to work, despite trying all different syntax that I've found on this website.
Below is the command I'm running, which isn't working , any ideas?
Below is the command I'm running, which isn't working , any ideas?
Code:
MatchedRow = Application.WorksheetFunction.Match(MatchThis, RVSheet.Cells("A:A"), 0)