Hi all,
I don't have much knowledge of VBA but am using research and help I can get from the web to create a tool. I am stuck at a stage and was wondering if anyone could help me.
I have the following in sheet 1:
[TABLE="width: 1552"]
<tbody>[TR]
[TD="width: 194"]SKU NUMBER[/TD]
[TD="width: 194"]Supplier[/TD]
[TD="width: 194"]ISSUE[/TD]
[TD="width: 194"]RECEIPT DATE[/TD]
[TD="width: 194"]QUANTITY[/TD]
[TD="width: 194"]PURGE NUMBER[/TD]
[TD="width: 194"]ORDER NUMBER[/TD]
[TD="width: 194"]CFC ACTION (RECEIPT OR RETURN)[/TD]
[/TR]
</tbody>[/TABLE]
What this sheet does is when type in the supplier name, most of the other data gets populated. However, once that is done, I want to be able to archive this data into sheet2 every single time I use it using a macro in such a way that it only copies non blank cells and paste it after populated cells in sheet2. I have tried a code which I found on the web that does paste from sheet1 to sheet2 but leaves a huge gap between the old and freshly pasted data.
I would be very grateful if anyone can help me.
Thanks a lot
KSAExcel
I don't have much knowledge of VBA but am using research and help I can get from the web to create a tool. I am stuck at a stage and was wondering if anyone could help me.
I have the following in sheet 1:
[TABLE="width: 1552"]
<tbody>[TR]
[TD="width: 194"]SKU NUMBER[/TD]
[TD="width: 194"]Supplier[/TD]
[TD="width: 194"]ISSUE[/TD]
[TD="width: 194"]RECEIPT DATE[/TD]
[TD="width: 194"]QUANTITY[/TD]
[TD="width: 194"]PURGE NUMBER[/TD]
[TD="width: 194"]ORDER NUMBER[/TD]
[TD="width: 194"]CFC ACTION (RECEIPT OR RETURN)[/TD]
[/TR]
</tbody>[/TABLE]
What this sheet does is when type in the supplier name, most of the other data gets populated. However, once that is done, I want to be able to archive this data into sheet2 every single time I use it using a macro in such a way that it only copies non blank cells and paste it after populated cells in sheet2. I have tried a code which I found on the web that does paste from sheet1 to sheet2 but leaves a huge gap between the old and freshly pasted data.
I would be very grateful if anyone can help me.
Thanks a lot
KSAExcel