Hi All,
Currently doing a lot of $/data parsing on a fair amount of data, enough to where its easier and faster to use arrays.
All VBA is located in General Modules.
M2_parse creates a public array pa_user per below
In the Locals window I can see:![]()
Please Login or Register to view this content.
x1.PNG
However once M2 completes and M3 is run, Locals say Module 3-No variables.
Where did the public array go?
x2.PNG![]()
Please Login or Register to view this content.
I can get around this by making a scratch sheet and copy and pasting ranges/arrays in each macro, however getting Global to work again sure would work neater.
I've tried putting the Public statements into their own General Module M1, however that made no difference.
Excel 2016, 32-bit (Corp. required ver)
Any help would be greatly appreciated!
Bookmarks