ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Open xls file from other xls-file in same session (https://www.excelbanter.com/excel-discussion-misc-queries/130203-open-xls-file-other-xls-file-same-session.html)

Andrea

Open xls file from other xls-file in same session
 
Hi all,
I've an excel-macro (in a Excel-file, say "A") which create a new excel-file
(say "B"); at end of macro (in file A) I open new file (B) created with:
shell(path_xls & " " & new_xlsfile)

where new_xlsfile contains path and name of my new xls file, and path_xls is
like:
C:\Programmi\MicrosoftOffice2003\Office11\excel.ex e

All works fine, but new file is open in a "new excel session", so isn't
possible use function like "copy or move worksheet" from new file (B) to
other opened files (for ex, to A).

My question: there is a way to open my new file (B) in same "excel-session"
of caller-file (B)?
Thanks in advance
JFM



Andrea

Open xls file from other xls-file in same session
 
solved with:
workbooks.open(new_xlsfile)



"Andrea" ha scritto nel messaggio
.. .
Hi all,
I've an excel-macro (in a Excel-file, say "A") which create a new

excel-file
(say "B"); at end of macro (in file A) I open new file (B) created with:
shell(path_xls & " " & new_xlsfile)

where new_xlsfile contains path and name of my new xls file, and path_xls

is
like:
C:\Programmi\MicrosoftOffice2003\Office11\excel.ex e

All works fine, but new file is open in a "new excel session", so isn't
possible use function like "copy or move worksheet" from new file (B) to
other opened files (for ex, to A).

My question: there is a way to open my new file (B) in same

"excel-session"
of caller-file (B)?
Thanks in advance
JFM






All times are GMT +1. The time now is 04:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com