I'm trying to create paste links between a number of cells on various sheets.
On sheet1 I have two columns that contain validation lists. The values in the columnA (first list) correspond to worksheet names. The values in columnB (second list) corresponds to values found in column D on the other sheets.
I want the user to select a value from each list and also to input data into column C on sheet1.
Based upon the two values I would think you could select the proper sheet and row and then paste the value from column C into that specific row on that specific sheet.
Something like:
Sheets(ActiveCell.Value).Select ???
I don't know where to begin on the row selection.
Any guidance would be greatly appreciated.
On sheet1 I have two columns that contain validation lists. The values in the columnA (first list) correspond to worksheet names. The values in columnB (second list) corresponds to values found in column D on the other sheets.
I want the user to select a value from each list and also to input data into column C on sheet1.
Based upon the two values I would think you could select the proper sheet and row and then paste the value from column C into that specific row on that specific sheet.
Something like:
Sheets(ActiveCell.Value).Select ???
I don't know where to begin on the row selection.
Any guidance would be greatly appreciated.