ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Open other another workbook (https://www.excelbanter.com/excel-discussion-misc-queries/54747-open-other-another-workbook.html)

Pasmatos

Open other another workbook
 
Hi!

Please i need help.
when i open an workbook i need to automaticaly open another.

Thanks for your help.

Bob Phillips

Open other another workbook
 
Private Sub Workbook_Open()
Workbooks.Open Filename:="the other filename"
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Pasmatos" wrote in message
...
Hi!

Please i need help.
when i open an workbook i need to automaticaly open another.

Thanks for your help.




Pasmatos

Open other another workbook
 
Thak you for your help, Bob.

Regards.
Paulo


"Bob Phillips" wrote:

Private Sub Workbook_Open()
Workbooks.Open Filename:="the other filename"
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Pasmatos" wrote in message
...
Hi!

Please i need help.
when i open an workbook i need to automaticaly open another.

Thanks for your help.






All times are GMT +1. The time now is 02:17 PM.

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