I have an excel sheet which looks like this
A b
1 Projects Cost
2 Project1 $40
3 Project2 $50
4 Project3 $30
5 Total Projects $100
I want to to take every cell in Column A that is between the titles
Projects and Total Projects an perform an add $10 for each cell in
column B.
The titles never change but the position of item in rows
change evry
month , because I might have anoth row called project$, that why i can not ust the row number.
Any help is appreciated, i just do not know the exact code in vb