Hi Everyone,
I have have a userform which, based on 3 criteria, will filter a large amount of data.
Once the data is filtered i need to populate boxes in the userform with this data. However i only want to populate data that is left after the filter has been applied?
is this possible and if so how.
the was i am working it is as follows.
once the first reference number is found after the filtering, it is placed into a range (A2) from here the cells below perform lookups and obtain the data i need for the userform. I simply reference the ranges for the userform as below:
FrmNew.TxtCRN.value = Range("A1").value
Any help is much appreciated & thanks for taking the time to read my thread!!
Bookmarks