Search found 1 match
- Fri Sep 28, 2012 9:42 pm
- Forum: Technical / Scripting
- Topic: Delete Excel row with string that contains letter L
- Replies: 1
- Views: 3500
Delete Excel row with string that contains letter L
Hello, I'm trying to set up a script that deletes a row in excel if it finds an L in a string of column 8. What i got is the following: while>curRow%SCRIPT_DIR%\removeL,Sheet1,curRow,8,LorNotL Label>same_row_again if>LorNotL XLDelRow>>%SCRIPT_DIR%\removeL,Sheet1,curRow endif Goto>same_row_again Let>...