Hi all,
I have a workbook with 5 sheets. All the sheets have different meaning but have one id in common. The order Id.
I am using a UserForm to represent the data in these sheets. Not only to create a more readable overview of what is on the sheets, but also to let people find, edit, add information.
On this userform I made the option to filter the information.
I want to create an array for each worksheet which contains all the information in the worksheet. These Arrays have to stay in memory and should be available at all times while the workbook is open.
I am not sure where to create these arrays and how I can keep them available.
Any pointers/help would be very much appreciated. I do not seek complete solutions but just a push in the right direction.
I have a workbook with 5 sheets. All the sheets have different meaning but have one id in common. The order Id.
I am using a UserForm to represent the data in these sheets. Not only to create a more readable overview of what is on the sheets, but also to let people find, edit, add information.
On this userform I made the option to filter the information.
I want to create an array for each worksheet which contains all the information in the worksheet. These Arrays have to stay in memory and should be available at all times while the workbook is open.
I am not sure where to create these arrays and how I can keep them available.
Any pointers/help would be very much appreciated. I do not seek complete solutions but just a push in the right direction.