Hi,
I have been working on a macro to read the file names and last modified dates for a bunch of files and organize it into a worksheet. Now, I need to access and read/write data from another excel workbook. I will specifically be reading rows of data and save it in arrays in VBA and then edit them and put the data back in the other excel workbook. Editing it might include adding more rows of data or deleting rows and also editing some fields. The no of cells I'll be copying will probably be to the order of 8000R X 20C, so efficiency/speed will be of much importance. It'll be very helpful if I can get some code to get started with or some website where I can read about this.
Thanks!
EDIT: Both of these workbooks are saved on a shared drive on the network if that makes any difference.
I have been working on a macro to read the file names and last modified dates for a bunch of files and organize it into a worksheet. Now, I need to access and read/write data from another excel workbook. I will specifically be reading rows of data and save it in arrays in VBA and then edit them and put the data back in the other excel workbook. Editing it might include adding more rows of data or deleting rows and also editing some fields. The no of cells I'll be copying will probably be to the order of 8000R X 20C, so efficiency/speed will be of much importance. It'll be very helpful if I can get some code to get started with or some website where I can read about this.
Thanks!
EDIT: Both of these workbooks are saved on a shared drive on the network if that makes any difference.
Last edited: