I am very new in VBA. Just get a new task from my new boss regarding getting cell data from different workbook.
Let’s see my need as below:
1) I need to copy different cell data to a workbook call “destination” from different workbooks
2) The different workbooks I copied from name as below:
VBA 01 SEP
VBA 02 SEP
VBA 03 SEP
VBA 04 SEP
VBA 05 SEP
VBA 06 SEP
VBA 07 SEP
3) I only need cell Z1 from the above workbook
I would like to copy the cell “Z1” of “VBA 01 SEP” to “destination A1”
cell “Z1” of “VBA 02 SEP” to” destination A2”
cell “Z1” of “VBA 03 SEP” to” destination A3”
cell “Z1” of “VBA 04 SEP” to” destination A4”
cell “Z1” of “VBA 05 SEP” to” destination A5”
cell “Z1” of “VBA 06 SEP” to” destination A6”
Can anyone suggest some template for me? Many thanks.
Bookmarks