Hey,
I do have two little problems with a copy operation in VBA.
Here are the Facts:
1. I want to copy the cell contents of cells A2 to F( until last row) from the sheet "Transfer" to the columns D to I in the sheet "Outbound". In the "Outbound" sheet they are supposed to be copied after the last entry already existing in this sheet.
2. In column G of "Transfer" there are quantities (numbers) which I want to to be copied to "Outbound" as well, but into column J. Here comes the tricky thing: The amount is supposed to be negative. The values in "Transfer" are always positive, and I want them to change to negative when they are copied to "Outbound".
My knowledge of VBA is quite limited so I would appreciate your help very much
Cheers
Jan
I do have two little problems with a copy operation in VBA.
Here are the Facts:
1. I want to copy the cell contents of cells A2 to F( until last row) from the sheet "Transfer" to the columns D to I in the sheet "Outbound". In the "Outbound" sheet they are supposed to be copied after the last entry already existing in this sheet.
2. In column G of "Transfer" there are quantities (numbers) which I want to to be copied to "Outbound" as well, but into column J. Here comes the tricky thing: The amount is supposed to be negative. The values in "Transfer" are always positive, and I want them to change to negative when they are copied to "Outbound".
My knowledge of VBA is quite limited so I would appreciate your help very much
Cheers
Jan