J
Juracy
Hello everbody , I need help to create a macro(I just start to use macro).
So I'm looking for a macro that will check two situation.
Situation 1 - If a cell has any value in each cell in a rage let's say
Sheets("Sheet1").Range("G13:J13") them copy Range("C1313,G13:J13") to
("Sheet2") column "F" next empty line paste that multiple range after that,
go back to Sheets("Sheet1").Range("G14:J14") check again if is not empty , if
not copy Range("C1414,G14:J14") to ("Sheet2") column "F" next empty line
paste that multiple range and than so on...untill reach
Range("G55:J55").After that in Sheets("Sheet1") all ranges where were copied
before just clean thos values.
Thanks for any help - Juracy
So I'm looking for a macro that will check two situation.
Situation 1 - If a cell has any value in each cell in a rage let's say
Sheets("Sheet1").Range("G13:J13") them copy Range("C1313,G13:J13") to
("Sheet2") column "F" next empty line paste that multiple range after that,
go back to Sheets("Sheet1").Range("G14:J14") check again if is not empty , if
not copy Range("C1414,G14:J14") to ("Sheet2") column "F" next empty line
paste that multiple range and than so on...untill reach
Range("G55:J55").After that in Sheets("Sheet1") all ranges where were copied
before just clean thos values.
Thanks for any help - Juracy