I have a VBA program which applies a loop in a range for eg B1:B60 and then checks for Y and N in a Column and values of another column having that Y is displayed in a listbox.
Now what i require is that rather than loop applying for a range it should check for a value so that automatic updation can occur.
This means suppose B column has values in the form of One Two or Three so if add row with One in B Column then automatically programs adjusts it.
Bookmarks