Can a VBA macro remember the last row it checked the last time it was run assuming the file is always used on a different computer? I ask because I need to add data from the top to the bottom of a certain Excel file and store it into another and, it must append the new data from the first file to the second one every day but given that there are a huge amount of rows, the loop would take very long to check all the previous rows it added to not re-add them so it would be very useful if I can just make the macro simply continue from where it was.
Any help in figuring out the syntax required for doing this, if it is possible, would be very much appreciated!
Bookmarks