Open two excel workbooks at the same time

N

noah

Is there a way to have an excel workbook automaticaly open anothe
workbook when it is opened?
Say I have:
"workbook1"
and it opens with:
"workbook2"
but I can still open
"workbook2" all by itself
 
G

GJones

Noah;

Put in the following macro into workbook 1 and change the
code to be your second workbook.

Sub Auto_Open()
Workbooks.Open("C:\TheSecondWorkBook.xls")

End Sub

Thanks,

Greg
 
N

noah

Everyone I know told me it counld'nt be done.
I have since learned that anything is practically possible on Excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top