I currently have multiple monthly spreadsheets named "receipts Jan", "receipts Feb" etc. and currently writing a code which will open each spreadsheet to copy and paste data from row 19 only and then data from row 28 onward into one consolidated spreadsheet named "consolidated data". However, the data from row 28 may contain 1 row or 10 rows so I am unable to specify a particular range in my code, is there a way I can code it such it will only copy rows with values?
Secondly, as I will be pasting the data into the consolidated spreadsheet is it possible to code it such that the data from "receipt Feb" will be pasted directly one row below "receipt Jan"?
Hope I haven't confused anyone, thanks in advance!
Secondly, as I will be pasting the data into the consolidated spreadsheet is it possible to code it such that the data from "receipt Feb" will be pasted directly one row below "receipt Jan"?
Hope I haven't confused anyone, thanks in advance!