Dear All:
I am trying to build a project that automatically read the value and write to the next empty cell,
So after I read the value for “CASH”, " ACCOUNT RECEIVABLE “, " OTHER RECEIVABLE” in sheet 2,
How can I assign the column of next empty cell(in this excel, the next empty cell is “D2” , so the column of next empty cell is “D”) as start column, and write down the value for “CASH(startcolumn&2)”, " ACCOUNT RECEIVABLE(startcolumn&3) “, " OTHER RECEIVABLE(startcolumn&4)” in sheet1?