Nicolassoong
New Member
- Joined
- Nov 4, 2019
- Messages
- 2
Good day to all,
As Im fairly new in VBA.. Appreciate if you could help me on this!
So I have this excel workbook with a set of raw data (workbook1) which i wanna automate to import/copy&paste the data to another workbook (to open workbook2 with dialogbox). Eg:
Cell (A1:J1) (Workbook1) copy & paste data to
Cell (A1:J1) (Workbook2)
Thereafter, the macro will automatically run for the next 235 set of data and offsetting 1 row down. Eg:
Cell (A3:J3) (Workbook1) copy & paste data to
Cell (A3:J3) (Workbook2)
.
.
.
.
.
.
Cell (A235:J235) (Workbook1) copy & paste data to
Cell (A235:J235) (Workbook2)
Thanks in advance!!
As Im fairly new in VBA.. Appreciate if you could help me on this!
So I have this excel workbook with a set of raw data (workbook1) which i wanna automate to import/copy&paste the data to another workbook (to open workbook2 with dialogbox). Eg:
Cell (A1:J1) (Workbook1) copy & paste data to
Cell (A1:J1) (Workbook2)
Thereafter, the macro will automatically run for the next 235 set of data and offsetting 1 row down. Eg:
Cell (A3:J3) (Workbook1) copy & paste data to
Cell (A3:J3) (Workbook2)
.
.
.
.
.
.
Cell (A235:J235) (Workbook1) copy & paste data to
Cell (A235:J235) (Workbook2)
Thanks in advance!!