ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   open second workbook (https://www.excelbanter.com/excel-discussion-misc-queries/216829-open-second-workbook.html)

[email protected] uk

open second workbook
 
how does one open a second workbook automatically

Jarek Kujawa[_2_]

open second workbook
 
press ALT+F11
double-click on ThisWorkbook module
you should see two windows to the right 1. (General) and 2.
(Declarations)
click on 1. (General) and select Workbook
in 2. select "Open" from the list of events

the result should be:


Private Sub Workbook_Open()


End Sub


in between those 2 lines paste the following code:

Workbooks.Open "SECONWORKBOOK.XLS"

so the resultant macro should read:

Private Sub Workbook_Open()
Workbooks.Open "C:\Documents and Settings\Swain\Desktop
\SECONWORKBOOK.XLS"
End Sub

adjust "SECONWORKBOOK.XLS" and "C:\Documents and Settings\Swain\Desktop
\" (the file's path) accordingly


On 17 Sty, 08:41, uk
wrote:
how does one open a second workbook automatically




All times are GMT +1. The time now is 07:23 PM.

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