Hi all,
I need to find a text value in a Table (Tbl_PRICE_LIST) and then GOTO that cell.
I can do it munually bu using FIND & SELECT, but the Value I type in MUST be exact, soo
I have created a searchable drop down list in D2 and I want to create a button that copies the text value in D2 to the FIND & SELECT dialoge box and FIND NEXT in the table and GOTO to the cell.
The values are unique. There will be up to 2000 rows in the table. The values are typically only in one column (PRODUCTS)
I have tried to recor a macro but it will not open the FIND & SELECT dialoge window.
Please can some good soul point me in the right direction.
I am fairly familiar with VBA (teaching myself with an on-line course)
Kind Regards
I need to find a text value in a Table (Tbl_PRICE_LIST) and then GOTO that cell.
I can do it munually bu using FIND & SELECT, but the Value I type in MUST be exact, soo
I have created a searchable drop down list in D2 and I want to create a button that copies the text value in D2 to the FIND & SELECT dialoge box and FIND NEXT in the table and GOTO to the cell.
The values are unique. There will be up to 2000 rows in the table. The values are typically only in one column (PRODUCTS)
I have tried to recor a macro but it will not open the FIND & SELECT dialoge window.
Please can some good soul point me in the right direction.
I am fairly familiar with VBA (teaching myself with an on-line course)
Kind Regards