Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Workbook open event

Hi, I have a price master sheet (2MB) in the server and a lookup sheet in
every workstation. When the lookup sheet loading up, it takes two minutes to
link to the master sheet. I am thinking of copying this master file from the
server to the workstation every time when users load up the lookup sheet.
How can I do this?
Thank you.
GL


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default Workbook open event

GL

Put this in every workbook at the workstation. (Change the name and location
of the Price master of course)

Private Sub Workbook_Open()
Workbooks.Open Filename:="F:\Shared\Price Master.xls", UpdateLinks:=True
End Sub


--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"G Lam" wrote in message
...
Hi, I have a price master sheet (2MB) in the server and a lookup sheet in
every workstation. When the lookup sheet loading up, it takes two minutes
to
link to the master sheet. I am thinking of copying this master file from
the
server to the workstation every time when users load up the lookup sheet.
How can I do this?
Thank you.
GL




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Workbook open event

Nick,
Thank you. That helps.
After the files opened, the active sheet is the Price Master.xls. How can I
switch it to the lookup sheet instead?
Thank you.
GL
"Nick Hodge" wrote in message
...
GL

Put this in every workbook at the workstation. (Change the name and

location
of the Price master of course)

Private Sub Workbook_Open()
Workbooks.Open Filename:="F:\Shared\Price Master.xls", UpdateLinks:=True
End Sub


--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"G Lam" wrote in message
...
Hi, I have a price master sheet (2MB) in the server and a lookup sheet

in
every workstation. When the lookup sheet loading up, it takes two

minutes
to
link to the master sheet. I am thinking of copying this master file from
the
server to the workstation every time when users load up the lookup

sheet.
How can I do this?
Thank you.
GL






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Workbook open event

Nick,
I solved that. Please ignore my previous email.
GL
"Nick Hodge" wrote in message
...
GL

Put this in every workbook at the workstation. (Change the name and

location
of the Price master of course)

Private Sub Workbook_Open()
Workbooks.Open Filename:="F:\Shared\Price Master.xls", UpdateLinks:=True
End Sub


--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"G Lam" wrote in message
...
Hi, I have a price master sheet (2MB) in the server and a lookup sheet

in
every workstation. When the lookup sheet loading up, it takes two

minutes
to
link to the master sheet. I am thinking of copying this master file from
the
server to the workstation every time when users load up the lookup

sheet.
How can I do this?
Thank you.
GL






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
Workbook Open Event Steve Excel Programming 1 September 22nd 04 06:47 PM
Workbook Open Event Stuart[_5_] Excel Programming 1 July 6th 04 08:47 PM
Workbook Open event Todd Huttenstine Excel Programming 1 April 21st 04 07:06 PM
Workbook Open Event Paul D[_2_] Excel Programming 0 October 17th 03 02:39 AM
Workbook Open Event Dave Peterson[_3_] Excel Programming 0 October 17th 03 02:38 AM


All times are GMT +1. The time now is 07:55 AM.

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"