I
IgorM
Hi
I have a macro that enables user to open multiple workbooks or select csv
file which is imported into excel (but not saved as xls file). The path of
each opened file is stored in an array as string (it's 6x6 dimension array).
How can I than use that string (the path) to activate that specific file. So
for instance msPathArray(1,6) stores a string "C:\my files\testfiles.csv"
which is a path to a file that is already opened in excel. How can I
activate that file?
Kind regards
I have a macro that enables user to open multiple workbooks or select csv
file which is imported into excel (but not saved as xls file). The path of
each opened file is stored in an array as string (it's 6x6 dimension array).
How can I than use that string (the path) to activate that specific file. So
for instance msPathArray(1,6) stores a string "C:\my files\testfiles.csv"
which is a path to a file that is already opened in excel. How can I
activate that file?
Kind regards