i have two large excel files open, in seperate excel windows / versions because of the high load of the files and possibilities of crashing and then not losing the other file.
but i was wondering..is it possible to run a macro from one file by a macro in the other (and then copy some values from one file to the other). normally i would use Application.Run (filename & "!macroname") but this doesn't seem to work because the file is openen in another excel.
does anyone have another solution for this problem?
but i was wondering..is it possible to run a macro from one file by a macro in the other (and then copy some values from one file to the other). normally i would use Application.Run (filename & "!macroname") but this doesn't seem to work because the file is openen in another excel.
does anyone have another solution for this problem?