RichardBisset
Programmer
I have two worksheets. On one I have a sheet which displays a form (consisting of VB controls). On the other sheet i have a list of records.
Sheet one displays each record on sheet 2 one at a time and has navigation buttons to move to next record etc...
I need to be able to click on a record on sheet 2 which will then jump the user to the form sheet which will display the details for that record.
Ideally I would create a button array on sheet 2 which create a button for each row on the sheet, but VBA Excel doesnt seem to support control arrays
alternatively i was thinking i could get started by just having the user select a cell in sheet 2, then manually click on the sheet 1 tab and then sheet 1 would have a function to detect the currently selected Cell on sheet 2 - IS THIS POSSIBLE
Thanks, any help will be appreciated.
Sheet one displays each record on sheet 2 one at a time and has navigation buttons to move to next record etc...
I need to be able to click on a record on sheet 2 which will then jump the user to the form sheet which will display the details for that record.
Ideally I would create a button array on sheet 2 which create a button for each row on the sheet, but VBA Excel doesnt seem to support control arrays
alternatively i was thinking i could get started by just having the user select a cell in sheet 2, then manually click on the sheet 1 tab and then sheet 1 would have a function to detect the currently selected Cell on sheet 2 - IS THIS POSSIBLE
Thanks, any help will be appreciated.