In our previous post on Find and FindNext we saw that in combination they can be used to search through large amounts of data very quickly.
In many cases we need to use Find and FindNext on a worksheet. The best way to implement repeatable and automated worksheet based functions is through User Defined Function (UDF). This is just a function written in VBA code that can be used on a worksheet.
[click to continue…]
