I want to go through every cell on the current worksheet, or every cell on all worksheets to find where a given string exists.
Where a cell contains this string I want to analyse the entire string to determine what is in that cell and return a new value to that cell. I was thinking of using the For Each x in Worksheets, but am not exactly sure how to use it or if you can return values to cells using this method.
I have the code I need for the analysis of the string, but I need to know how to use the For Each... to find each instance of my string, get the value from that cell and then return the new value to that cell...
Anyone?
Where a cell contains this string I want to analyse the entire string to determine what is in that cell and return a new value to that cell. I was thinking of using the For Each x in Worksheets, but am not exactly sure how to use it or if you can return values to cells using this method.
I have the code I need for the analysis of the string, but I need to know how to use the For Each... to find each instance of my string, get the value from that cell and then return the new value to that cell...
Anyone?