Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pasmatos
 
Posts: n/a
Default Open other another workbook

Hi!

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

Thanks for your help.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default 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.



  #3   Report Post  
Pasmatos
 
Posts: n/a
Default 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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open workbook at a particular sheet George Gee New Users to Excel 2 October 15th 05 12:54 PM
can't open excel workbook gerry405 New Users to Excel 1 October 8th 05 12:26 PM
keeping a toolbar attached to a workbook Paul Ponzelli Excel Discussion (Misc queries) 0 August 12th 05 11:39 PM
Excel workbook does not open in open window on desktop DeanH Excel Discussion (Misc queries) 2 March 8th 05 09:51 AM
Stubborn toolbars in Excel 007 Excel Discussion (Misc queries) 9 December 11th 04 02:02 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"