Transfer Data Between Arrays with VBA

Transfer data in a VBA range into an array and then output part of the array into another array. Push the information back into Excel seamlessly.

Read More

Open Excel Update File

At times you may wish to open a workbook, add a couple of items from the workbook you are working in to a list and close the workbook.  This type of update might be done on a specific set of cells and the results are added to the bottom of a list in a destination workbook.

Let's say we have data in Cells B10:B11 and we want to update our master workbook.

In cell B9 I have a path:

B9 = D:\Example1.xlsx

Read More