I have a report which is exported to excel and I want to clean it up a little before I work with the data. There are specific rows that I wish to remove since they are extraneous to my work and I'm having some difficulties.
I found the following code snippet from MaczaQ in another thread and modified the find section to look for the text that I want and I modified the result section removing the resize(2) so it only deletes the single row in which the text is located ... Works great ... however I have 6 other strings to look for and delete the corresponding row and I need some assistance in creating a loop that will look for and delete the rows containing the other 6 variables all at once.
Thank you in advance for any help you might be able to offer.
Bookmarks