This is an extension of my post found here, but trying to approach the problem from a different perspective.
http://www.excelforum.com/showthread...t=#post4440273
Based on extensive internet searching and studying VBA (first venture into this world) I have found a code to find a value
But now I need to develop it in two big ways.
1) End result should be to replace the value with another value in a different cell, different column but same row (i.e.("f6").value replace with range("i6").value
2) As this record is repeating, it should loop through the search, redefining "i" and "findstring" and searching until "findstring"="" (i.e. search based on f6, after calculation is complete, search based on f16, f26, etc.)
The code, which I lightly modified, is as follows: (any advise for improving speed or reliability is appreciated. Total newb)
![]()
Please Login or Register to view this content.
Bookmarks