Hi Everyone,
I am trying to find excel vba to find a specific string within the worksheet and then delete those rows (entirerow.delete) that contain that text anywhere within.
So far I cant see anything that I can maniplute to suit muyu purposes, I've found lots of vba that will search specific columns or vba that will search through the cells for exact text, but so far nothing that will search for example the words "*Cancelled*" or "*CANCELLED*" within a cell that contains other strings too such as "I Cancelled this order "...
Can anyone point me to some code that I may use to acheive this
I am trying to find excel vba to find a specific string within the worksheet and then delete those rows (entirerow.delete) that contain that text anywhere within.
So far I cant see anything that I can maniplute to suit muyu purposes, I've found lots of vba that will search specific columns or vba that will search through the cells for exact text, but so far nothing that will search for example the words "*Cancelled*" or "*CANCELLED*" within a cell that contains other strings too such as "I Cancelled this order "...
Can anyone point me to some code that I may use to acheive this