Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Linked files not updating

Hello. I hope someone can help.

I have lots of Excel files on a shared network that are
linked together so that File1 pulls data from File2 which
pulls data from File3, etc. I use Vba to open each file
in series and update links every day. Unfortunately, the
files don't always update. I've found that sometimes the
linked file's path is represented by the letter drive I've
mapped to it (ie. P:\Marketing\DailyActivity\File1.xls)
and sometimes it's represented by the network address
(i.e. \\HQS400$\Shared\Marketing\DailyActivity\File1.xls )
even though, when I link them, I always use the letter
drive (which is the same letter used by my entire
department).

Often times the fileS do not update and there is no
consistency in how the path is represented that I can
attribute to the problem.

Any ideas on how I can force the files to update when I
open them would be greatly appreciated.

Thanks,
Bobbie Jo
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Linked files not updating

if you aren't using a command like:

This example updates all links in the active workbook.

ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSourcesthen try using
that and see if it improves. -- Regards,Tom Ogilvy"Bobbie Jo"
wrote in message
...
Hello. I hope someone can help.

I have lots of Excel files on a shared network that are
linked together so that File1 pulls data from File2 which
pulls data from File3, etc. I use Vba to open each file
in series and update links every day. Unfortunately, the
files don't always update. I've found that sometimes the
linked file's path is represented by the letter drive I've
mapped to it (ie. P:\Marketing\DailyActivity\File1.xls)
and sometimes it's represented by the network address
(i.e. \\HQS400$\Shared\Marketing\DailyActivity\File1.xls )
even though, when I link them, I always use the letter
drive (which is the same letter used by my entire
department).

Often times the fileS do not update and there is no
consistency in how the path is represented that I can
attribute to the problem.

Any ideas on how I can force the files to update when I
open them would be greatly appreciated.

Thanks,
Bobbie Jo



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Linked files not updating

Tom,
Thanks for the suggestion. I've just tried that, but
unfortunately, it did not solve my issue.

Any other suggestions would be greatly appreciated!!!
Thanks,
Bobbie Jo

-----Original Message-----
if you aren't using a command like:

This example updates all links in the active workbook.

ActiveWorkbook.UpdateLink

Name:=ActiveWorkbook.LinkSourcesthen try using
that and see if it improves. -- Regards,Tom Ogilvy"Bobbie

Jo"
wrote in message
...
Hello. I hope someone can help.

I have lots of Excel files on a shared network that are
linked together so that File1 pulls data from File2

which
pulls data from File3, etc. I use Vba to open each file
in series and update links every day. Unfortunately,

the
files don't always update. I've found that sometimes

the
linked file's path is represented by the letter drive

I've
mapped to it (ie. P:\Marketing\DailyActivity\File1.xls)
and sometimes it's represented by the network address
(i.e. \\HQS400

$\Shared\Marketing\DailyActivity\File1.xls)
even though, when I link them, I always use the letter
drive (which is the same letter used by my entire
department).

Often times the fileS do not update and there is no
consistency in how the path is represented that I can
attribute to the problem.

Any ideas on how I can force the files to update when I
open them would be greatly appreciated.

Thanks,
Bobbie Jo



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Linked files not updating

Sounds like you have some systemic problem. Perhaps you need to build some
test workbooks and with simple links and continue to mimic what you have
done until you encounter a problem.

Closed workbooks don't update links so perhaps you are updating in the wrong
order. Just a guess of course.

--
Regards,
Tom Ogilvy


Bobbie Jo wrote in message
...
Tom,
Thanks for the suggestion. I've just tried that, but
unfortunately, it did not solve my issue.

Any other suggestions would be greatly appreciated!!!
Thanks,
Bobbie Jo

-----Original Message-----
if you aren't using a command like:

This example updates all links in the active workbook.

ActiveWorkbook.UpdateLink

Name:=ActiveWorkbook.LinkSourcesthen try using
that and see if it improves. -- Regards,Tom Ogilvy"Bobbie

Jo"
wrote in message
...
Hello. I hope someone can help.

I have lots of Excel files on a shared network that are
linked together so that File1 pulls data from File2

which
pulls data from File3, etc. I use Vba to open each file
in series and update links every day. Unfortunately,

the
files don't always update. I've found that sometimes

the
linked file's path is represented by the letter drive

I've
mapped to it (ie. P:\Marketing\DailyActivity\File1.xls)
and sometimes it's represented by the network address
(i.e. \\HQS400

$\Shared\Marketing\DailyActivity\File1.xls)
even though, when I link them, I always use the letter
drive (which is the same letter used by my entire
department).

Often times the fileS do not update and there is no
consistency in how the path is represented that I can
attribute to the problem.

Any ideas on how I can force the files to update when I
open them would be greatly appreciated.

Thanks,
Bobbie Jo



.



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
Linked files not updating-can't find problem Audrey G. Excel Worksheet Functions 0 March 5th 08 04:01 PM
Updating linked files Lee Coleman New Users to Excel 0 April 13th 07 02:50 PM
updating linked data Dave Excel Discussion (Misc queries) 0 November 2nd 06 01:14 PM
updating linked cells BPH Excel Discussion (Misc queries) 1 October 22nd 06 09:43 AM
Linked values not updating James Excel Worksheet Functions 3 June 26th 06 12:42 AM


All times are GMT +1. The time now is 06:27 AM.

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

About Us

"It's about Microsoft Excel"