Hi guys!
My issue is that I have a spreadsheet with a rather large amount of cells containing different values. (Numbers, text, dates, etc.).
What I need to do is search through all cells in this big data-set (A1:Z1000), and delete everything in all cells that begin with the text-string "Hour Text".
With my limited knowledge of VBA, I've been able to get everything right, except for the "search" part.
Any of you know how to get excel to search through all cells in that given array?
Bookmarks