how do i open a data workbook when i open a timesheet workbook

  • Thread starter Thread starter swain.s
  • Start date Start date
Hi,

use the workbook open event of you timesheet workbook to open the data
workbook

Private Sub Workbook_Open()
Workbooks.Open ("C:\MyDataBook.xls")
End Sub

Mike
 
hello mike
i have tried the path that you said & i can't get to work
 

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

Back
Top