Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,090
Default Code failure with different partitions

Excel XP & 2003, Win XP
I'm helping an OP with some code and I have run into a problem that I have
not seen before. The code involves a FOR loop through all the files in a
sub folder to the ThisWorkbook.Path folder. The path line of code looks
like:
ThePath=ThisWorkbook.Path & "\OtherFolder"
The code works just fine on my computer and fine on his computer except when
partitions come into play.
I have just 1 partition on my hard drive. He has C, D, E, F.
All of his programs, including Excel, are on the D partition. All of his
files, including ThisWorkbook and "OtherFolder" are on the C partition.
The code will not work correctly on his computer every time. Sometimes the
code cannot find a file, other times it can. I don't see any difference in
his operation than mine except for the partitions.
Question: Does anyone know of problems with having a setup like his?
Thanks for your time. Otto


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 256
Default Code failure with different partitions

I never had this sort of issue, and I've done all kinds of operations
with network paths, mapped drives, partitions, etc. What kind of
operation is he doing to search for the files? Is it FileSearch, Dir,
or what? Also, is it possible that ThisWorkbook exists in two copies,
and one of them isn't in the right place?

On Feb 1, 4:39*pm, "Otto Moehrbach" wrote:
Excel XP & 2003, Win XP
I'm helping an OP with some code and I have run into a problem that I have
not seen before. *The code involves a FOR loop through all the files in a
sub folder to the ThisWorkbook.Path folder. *The path line of code looks
like:
ThePath=ThisWorkbook.Path & "\OtherFolder"
The code works just fine on my computer and fine on his computer except when
partitions come into play.
I have just 1 partition on my hard drive. *He has C, D, E, F.
All of his programs, including Excel, are on the D partition. *All of his
files, including ThisWorkbook and "OtherFolder" are on the C partition.
The code will not work correctly on his computer every time. *Sometimes the
code cannot find a file, other times it can. *I don't see any difference in
his operation than mine except for the partitions.
Question: *Does anyone know of problems with having a setup like his?
Thanks for your time. *Otto


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,090
Default Code failure with different partitions

It is a simple loop through all the files in the folder. The code is using
Dir to pick up each file. Thanks. Otto
"ilia" wrote in message
...
I never had this sort of issue, and I've done all kinds of operations
with network paths, mapped drives, partitions, etc. What kind of
operation is he doing to search for the files? Is it FileSearch, Dir,
or what? Also, is it possible that ThisWorkbook exists in two copies,
and one of them isn't in the right place?

On Feb 1, 4:39 pm, "Otto Moehrbach" wrote:
Excel XP & 2003, Win XP
I'm helping an OP with some code and I have run into a problem that I have
not seen before. The code involves a FOR loop through all the files in a
sub folder to the ThisWorkbook.Path folder. The path line of code looks
like:
ThePath=ThisWorkbook.Path & "\OtherFolder"
The code works just fine on my computer and fine on his computer except
when
partitions come into play.
I have just 1 partition on my hard drive. He has C, D, E, F.
All of his programs, including Excel, are on the D partition. All of his
files, including ThisWorkbook and "OtherFolder" are on the C partition.
The code will not work correctly on his computer every time. Sometimes the
code cannot find a file, other times it can. I don't see any difference in
his operation than mine except for the partitions.
Question: Does anyone know of problems with having a setup like his?
Thanks for your time. Otto



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Code failure with different partitions

I think the big clue in your post is

"The code will not work correctly on his computer every time. Sometimes the
code cannot find a file, other times it can."

Since the code presumably does the same thing each time, then something else
somewhere must be causing the intermittent faults.

I mean if on Monday the code can find F:\MyFolder\OtherFolder\SomeFile.abc
but it cannot find that same file on Tuesday (and it hasn't been moved,
deleted or renamed) then there's something wrong with either the file system
or the OS. At least that's where I'd start looking. Although it could
'just' be a hardware issue with the drive itself.

"Otto Moehrbach" wrote:

Excel XP & 2003, Win XP
I'm helping an OP with some code and I have run into a problem that I have
not seen before. The code involves a FOR loop through all the files in a
sub folder to the ThisWorkbook.Path folder. The path line of code looks
like:
ThePath=ThisWorkbook.Path & "\OtherFolder"
The code works just fine on my computer and fine on his computer except when
partitions come into play.
I have just 1 partition on my hard drive. He has C, D, E, F.
All of his programs, including Excel, are on the D partition. All of his
files, including ThisWorkbook and "OtherFolder" are on the C partition.
The code will not work correctly on his computer every time. Sometimes the
code cannot find a file, other times it can. I don't see any difference in
his operation than mine except for the partitions.
Question: Does anyone know of problems with having a setup like his?
Thanks for your time. Otto



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
Mouse scroll failure when looking at code Emerogork via OfficeKB.com Excel Worksheet Functions 4 August 31st 07 10:31 PM
Partitions in Short Cut menues ZipCurs Excel Programming 2 June 18th 07 03:20 PM
External Data Failure VBA Code Craig B Excel Programming 1 June 7th 07 02:39 PM
code failure dreamz[_45_] Excel Programming 1 June 7th 06 08:42 PM
VBA Code Reference to Solver Failure ! monir Excel Programming 3 April 30th 06 04:49 AM


All times are GMT +1. The time now is 10:19 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"