I have a directory with about 20 excel files and want them to all share the same global variables once they are run. I was thinking of doing this by creating a "vars.ini" file in the same directory and have them all load the variables once opened. This way I can set the ini file once, and it would affect all the excel files equally. Is this a feasible approach?

Matts