Hi all,
I am very new in working with VBA, so please have patience with me. I am working at a project which I need to copy specific cells from one sheet (the master sheet) into another sheet (upload sheet).
The cells I need to copy from the "master sheet" need to be copied to the "upload sheet" as following:
Master -> Upload
L1 -> B2
L2 -> G2
L3 -> F2
L4 -> A2
L5:L ->H2:H
I5:I -> C2:C
Columns D & E will be filled with other data such as (today date, cancellation date)
All the columns will be auto filled based on H and C amount of columns (which have all the time the same amount of rows).
I want to repeat this pattern if possible with other columns M,N & O but to be added on the bottom of those describe above.
The only difference is that for example the columns M, N & O should be copied M5:M->I2:I; N5:N->J2:J; O5:O->K2:K; the rest should be as described above, but when copied to "upload file" should be on the bottom of the previous columns.
I don't know if this is too complex or I provided enough information, since I am really new to this.
Thanks a ton !
Justin
I am very new in working with VBA, so please have patience with me. I am working at a project which I need to copy specific cells from one sheet (the master sheet) into another sheet (upload sheet).
The cells I need to copy from the "master sheet" need to be copied to the "upload sheet" as following:
Master -> Upload
L1 -> B2
L2 -> G2
L3 -> F2
L4 -> A2
L5:L ->H2:H
I5:I -> C2:C
Columns D & E will be filled with other data such as (today date, cancellation date)
All the columns will be auto filled based on H and C amount of columns (which have all the time the same amount of rows).
I want to repeat this pattern if possible with other columns M,N & O but to be added on the bottom of those describe above.
The only difference is that for example the columns M, N & O should be copied M5:M->I2:I; N5:N->J2:J; O5:O->K2:K; the rest should be as described above, but when copied to "upload file" should be on the bottom of the previous columns.
I don't know if this is too complex or I provided enough information, since I am really new to this.
Thanks a ton !
Justin