A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel saves to wrong folder



 
 
Thread Tools Display Modes
  #1  
Old December 21st, 2006, 08:57 PM posted to microsoft.public.excel.misc
T Dragos
external usenet poster
 
Posts: 1
Default Excel saves to wrong folder

In Excel XP, I open two files from a local folder. Then I save (using 'Save
As') the first file to a folder on a network share, when I try and save the
second file to a different folder on the same network share, Excel saves the
second file to the folder the frst file was saved to. I can diplicate this on
multiple machines on multiple domains. I have applied all updates. Is there a
way to stop this from happening? The only work around I have come up with is
to close Excel between each 'Save As' attempt.
  #2  
Old December 21st, 2006, 10:52 PM posted to microsoft.public.excel.misc
Jim Rech
external usenet poster
 
Posts: 771
Default Excel saves to wrong folder

when I try and save the second file to a different folder

When you do the second Save As are you saying that Excel will not allow you
to select another folder? Or are you saying that, even though you can
select another folder, Excel will not use it? I've have never run into
either problem (and I just tried it now with Excel 2002).

--
Jim
"T Dragos" T wrote in message
...
| In Excel XP, I open two files from a local folder. Then I save (using
'Save
| As') the first file to a folder on a network share, when I try and save
the
| second file to a different folder on the same network share, Excel saves
the
| second file to the folder the frst file was saved to. I can diplicate this
on
| multiple machines on multiple domains. I have applied all updates. Is
there a
| way to stop this from happening? The only work around I have come up with
is
| to close Excel between each 'Save As' attempt.


  #3  
Old December 21st, 2006, 11:31 PM posted to microsoft.public.excel.misc
T Dragos
external usenet poster
 
Posts: 2
Default Excel saves to wrong folder

I can select the folder, and it appears to save the file, but when I go
looking, the file is in the first folder. Again, the key seems to be the
first "save as" location is sticking when I try the second "save as". I am
using Excel 2002 (10.6816.6817) SP3

"Jim Rech" wrote:

when I try and save the second file to a different folder


When you do the second Save As are you saying that Excel will not allow you
to select another folder? Or are you saying that, even though you can
select another folder, Excel will not use it? I've have never run into
either problem (and I just tried it now with Excel 2002).

--
Jim
"T Dragos" T wrote in message
...
| In Excel XP, I open two files from a local folder. Then I save (using
'Save
| As') the first file to a folder on a network share, when I try and save
the
| second file to a different folder on the same network share, Excel saves
the
| second file to the folder the frst file was saved to. I can diplicate this
on
| multiple machines on multiple domains. I have applied all updates. Is
there a
| way to stop this from happening? The only work around I have come up with
is
| to close Excel between each 'Save As' attempt.



  #4  
Old December 22nd, 2006, 01:56 PM posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
 
Posts: 6,167
Default Excel saves to wrong folder

Does this help?

Sub savefileasandcomeback()
originalpath = ActiveWorkbook.Path
MsgBox op
ActiveWorkbook.SaveAs Filename:= _
"YourPath\YourName.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
ChDir originalpath
End Sub

--
Don Guillett
SalesAid Software

"T Dragos" wrote in message
...
I can select the folder, and it appears to save the file, but when I go
looking, the file is in the first folder. Again, the key seems to be the
first "save as" location is sticking when I try the second "save as". I am
using Excel 2002 (10.6816.6817) SP3

"Jim Rech" wrote:

when I try and save the second file to a different folder


When you do the second Save As are you saying that Excel will not allow
you
to select another folder? Or are you saying that, even though you can
select another folder, Excel will not use it? I've have never run into
either problem (and I just tried it now with Excel 2002).

--
Jim
"T Dragos" T
wrote in message
...
| In Excel XP, I open two files from a local folder. Then I save (using
'Save
| As') the first file to a folder on a network share, when I try and save
the
| second file to a different folder on the same network share, Excel
saves
the
| second file to the folder the frst file was saved to. I can diplicate
this
on
| multiple machines on multiple domains. I have applied all updates. Is
there a
| way to stop this from happening? The only work around I have come up
with
is
| to close Excel between each 'Save As' attempt.





  #5  
Old December 22nd, 2006, 03:11 PM posted to microsoft.public.excel.misc
Jim Rech
external usenet poster
 
Posts: 771
Default Excel saves to wrong folder

I am using Excel 2002 (10.6816.6817) SP3

The same version as I was using. Very strange as it does not happen for me,
as I said. Sorry I do not have an answer.

--
Jim
"T Dragos" wrote in message
...
|I can select the folder, and it appears to save the file, but when I go
| looking, the file is in the first folder. Again, the key seems to be the
| first "save as" location is sticking when I try the second "save as". I am
| using Excel 2002 (10.6816.6817) SP3
|
| "Jim Rech" wrote:
|
| when I try and save the second file to a different folder
|
| When you do the second Save As are you saying that Excel will not allow
you
| to select another folder? Or are you saying that, even though you can
| select another folder, Excel will not use it? I've have never run into
| either problem (and I just tried it now with Excel 2002).
|
| --
| Jim
| "T Dragos" T wrote in message
| ...
| | In Excel XP, I open two files from a local folder. Then I save (using
| 'Save
| | As') the first file to a folder on a network share, when I try and
save
| the
| | second file to a different folder on the same network share, Excel
saves
| the
| | second file to the folder the frst file was saved to. I can diplicate
this
| on
| | multiple machines on multiple domains. I have applied all updates. Is
| there a
| | way to stop this from happening? The only work around I have come up
with
| is
| | to close Excel between each 'Save As' attempt.
|
|
|


  #6  
Old December 26th, 2006, 04:11 PM posted to microsoft.public.excel.misc
T Dragos
external usenet poster
 
Posts: 2
Default Excel saves to wrong folder

I wasn't doing this through code. One of my users just likes to open multiple
Excel Spread sheets at the same time and then save them to different
locations.

"Don Guillett" wrote:

Does this help?

Sub savefileasandcomeback()
originalpath = ActiveWorkbook.Path
MsgBox op
ActiveWorkbook.SaveAs Filename:= _
"YourPath\YourName.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
ChDir originalpath
End Sub

--
Don Guillett
SalesAid Software

"T Dragos" wrote in message
...
I can select the folder, and it appears to save the file, but when I go
looking, the file is in the first folder. Again, the key seems to be the
first "save as" location is sticking when I try the second "save as". I am
using Excel 2002 (10.6816.6817) SP3

"Jim Rech" wrote:

when I try and save the second file to a different folder

When you do the second Save As are you saying that Excel will not allow
you
to select another folder? Or are you saying that, even though you can
select another folder, Excel will not use it? I've have never run into
either problem (and I just tried it now with Excel 2002).

--
Jim
"T Dragos" T
wrote in message
...
| In Excel XP, I open two files from a local folder. Then I save (using
'Save
| As') the first file to a folder on a network share, when I try and save
the
| second file to a different folder on the same network share, Excel
saves
the
| second file to the folder the frst file was saved to. I can diplicate
this
on
| multiple machines on multiple domains. I have applied all updates. Is
there a
| way to stop this from happening? The only work around I have come up
with
is
| to close Excel between each 'Save As' attempt.






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.