Hello- I am a complete VBA beginner....however, I am attempting to write a macro to copy data from a source sheet to the current active destination sheet (same workbook).
- The source sheet will vary. I created a drop down list of sheet names in coordinate "Q5". I'd like the macro to refer to this cell in order to identify the source sheet.
- This macro needs to be able to work in multiple destination sheets within the same workbook. For example, tabs 1- 15 are the same format. I may want to use this macro in tab 15 to copy data from tab 2.
For simplicity in this example, I'm copying data from Cells B5:B10 from the source and pasting them in the same range: Cells B5:B10 in the destination.
Anyone have any advice? Thank you in advance!
DMO
- The source sheet will vary. I created a drop down list of sheet names in coordinate "Q5". I'd like the macro to refer to this cell in order to identify the source sheet.
- This macro needs to be able to work in multiple destination sheets within the same workbook. For example, tabs 1- 15 are the same format. I may want to use this macro in tab 15 to copy data from tab 2.
For simplicity in this example, I'm copying data from Cells B5:B10 from the source and pasting them in the same range: Cells B5:B10 in the destination.
Anyone have any advice? Thank you in advance!
DMO