I have difficulties with execute macros within macros.(First wkb run macro, call another wkb with macro, when second wkb macro finished, first wkb macro stop running too - without errors..)
Application.Run "Izpisek2006.xls!TXT_v_XLS"
Application.Run "'C:\IzpiskiNLB\VNO.xls'!Print1"
Application.Run Range()
Application.Run Range("AUTOSAVE.XLA!mcs02.OnTime")
need explanation with these different options.(WIN98, Excel2000)
Thanks
Application.Run "Izpisek2006.xls!TXT_v_XLS"
Application.Run "'C:\IzpiskiNLB\VNO.xls'!Print1"
Application.Run Range()
Application.Run Range("AUTOSAVE.XLA!mcs02.OnTime")
need explanation with these different options.(WIN98, Excel2000)
Thanks