Excel VBA – Replace numerical values
I am trying to get VBA to replace values across various ranges in my excel data, this is mainly around changing numerical values.
Find all cells within a column that begins with a specific string expression then replacing the date value in the cell in string format
I have no VBA coding experience except for recording macros hence I am stuck with this problem.