Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do i open a data workbook when i open a timesheet workbook
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 uk" wrote: how do i open a data workbook when i open a timesheet workbook |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hello mike
i have tried the path that you said & i can't get to work "Mike H" wrote: 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 uk" wrote: how do i open a data workbook when i open a timesheet workbook |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2003 saved file will not open without a blank workbook open | Excel Discussion (Misc queries) | |||
Need VB code for workbook open to open a link | Excel Discussion (Misc queries) | |||
Search open sheets in workbook and insert into open sheet | Excel Discussion (Misc queries) | |||
Excel workbook does not open in open window on desktop | Excel Discussion (Misc queries) | |||
Importing Data from unopened Workbook into an open Workbook | Excel Discussion (Misc queries) |