Oct 31 2022 04:36 PM
Hello community!
I have a spreadsheet that contains multiple data and each line on the raw (item code) have drawings / work instructions that are located on different excel sheets. The work instructions are located onto 5 different workbooks - matrix (for all 5 production lines) and can't be combined into one.
I have made hyperlink function that when you will click on the drawing cell (under column K) to open the required excel workbook (Matrix) and I have made vba Selection Change code that will copy the value that is selected and paste the value into the work instruction spreadsheet, so will give the user correct data for the selected item code.
The issue is that this vba code will paste the selected value onto only one workbook (example here if only drawing from Hazardous - Linear (prod. line - under column J) is selected, will paste the value on "LINEAR....xlsx"), but not if it's selected some drawing from other prod. line. - The correct matrix will be opened but will not paste the value.
Can somebody please help me how this vba code can be modify so the selected cell value be copied and pasted on the workbook based on the cell value under the column J. - 5 variable - 5 different workbooks.
Thank you,
Nik
Nov 02 2022 12:07 PM
SolutionNov 02 2022 12:07 PM
Solution