Excel 2007
In sheet1 I have aobut 2000 rows, and each row have about 5 columns which I need to check for finding the specific row.
I have 5 paramters, parameter1 for column1, parameter2 for column2 etc...
Have created a userform, where user can select various values (e.g parameters) and when the user clicks a button, the script need to find this specific row and retrieve the values in the row. These values will be used for price calculation
Anyone knows how I should code the script so it locates the row?
In sheet1 I have aobut 2000 rows, and each row have about 5 columns which I need to check for finding the specific row.
I have 5 paramters, parameter1 for column1, parameter2 for column2 etc...
Have created a userform, where user can select various values (e.g parameters) and when the user clicks a button, the script need to find this specific row and retrieve the values in the row. These values will be used for price calculation
Anyone knows how I should code the script so it locates the row?