Find and Replace Values in Range
I have a workbook with serveral sheets that has numbers formatted as
'General' throughout in varying places. The worksheets are of no
specific width or length.
I need to loop through all sheets looking for cells containing data
within a range (ex. 167 - 450) and change to numbers (ex subtract one
from the value)
any ideas? I thought there has to be a better way than looping through
EVERY cell in EVERY sheet.
(= 167 and <= 450) = (value - 1)
Thanks!
|