Hi All,
I am working on a project which has many parts to the code. I have the following code that works and runs as needed, here is what I am doing here.
This code uses two tabs, "Old Data" and "New Data"
Old Data tab is my present data and consists of for this sample 2 columns, ID numbers and holds numbers 1 to 9, and is under column A and Item under column B with a list of items.
New Data tab is my new data list and consists of for this sample 2 columns, ID numbers and also holds numbers 1 to 9, and is under column A and Item under column B has a list of new updated items.
So, if old data tab col A has a 1 as the ID and Item as Apple, then match new data tab col A which has a 1 as the ID and item AppleFruit. I want Apple Fruit to replace the 1 on Old Data tab so I have AppleFruit as ID and Apple as the Item.
My question is, instead of another tab holding the new data, can I have an array holding this new data list within the code itself, or some other way to do this, the list will be small, maybe 20 items and will be added to over a period of time to reach the 20 items.
I hope my description is clear enough
Any help will be appreciated on how to updated the code to do what I want!![]()
Please Login or Register to view this content.
Bookmarks