Embedded/nested? Variable [Solved]
Hi All,
Is there some sort of internal variable or table that can be used to store temporary variables?
While running code you can obviously store data in variable, but once the code is done, the variable are dumped.
So I want to store some variable at some place in the vba or access that I can afterwards collect that variable again when I rerun my code.
Only way I know is to add it into a table, but is there some other, easier way?
Hi All,
Is there some sort of internal variable or table that can be used to store temporary variables?
While running code you can obviously store data in variable, but once the code is done, the variable are dumped.
So I want to store some variable at some place in the vba or access that I can afterwards collect that variable again when I rerun my code.
Only way I know is to add it into a table, but is there some other, easier way?
Last edited: