OK, I might be asking a lot on this one, but here it goes. I'm looking for a code that will:
1. Copy multiple pre-determined groups of cells from a workbook. The Ranges will be built into the code. You can use A20:D30 and F20:I30 when building the code.
2. Paste Values in a second workbook. (The source will be the results of a formula).
3. The destination workbook will be selected from a dropdown list of all open workbooks.
4. The user will also need to select the tab to paste the selection into. Obviously the list of tabs will be all tabs available in the selected workbook.
5. The paste ranges will be exactly the same as the copy ranges. Meaning, I will copy from A20:D30 and F20:I30 and paste into A20:D30 and F20:I30
Thanks in advance.
1. Copy multiple pre-determined groups of cells from a workbook. The Ranges will be built into the code. You can use A20:D30 and F20:I30 when building the code.
2. Paste Values in a second workbook. (The source will be the results of a formula).
3. The destination workbook will be selected from a dropdown list of all open workbooks.
4. The user will also need to select the tab to paste the selection into. Obviously the list of tabs will be all tabs available in the selected workbook.
5. The paste ranges will be exactly the same as the copy ranges. Meaning, I will copy from A20:D30 and F20:I30 and paste into A20:D30 and F20:I30
Thanks in advance.