Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Force Save Folder Location on Network

I have a code that prompts a user to save a file to a Network Location.
Is there a way to ONLY allow a Specified Folder to on the Network to be the
location the file can be saved?

Or at least the User is given that folder option 1st?

Preferably ONLY folder to save to.

It will be a Print to PDF.Save File location line of code.

Corey.....


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Force Save Folder Location on Network

Without completely forcing a save of the file in your code, I don't believe
you can force a specific location for the save, they can always change it.

If you want to give them the option to save in a specific location, add this
line

ChDir ("C:\Documents and Settings\barbara.reinhardt\Desktop\Temp")

(change to suit.)
--
HTH,
Barb Reinhardt




"corey" wrote:

I have a code that prompts a user to save a file to a Network Location.
Is there a way to ONLY allow a Specified Folder to on the Network to be the
location the file can be saved?

Or at least the User is given that folder option 1st?

Preferably ONLY folder to save to.

It will be a Print to PDF.Save File location line of code.

Corey.....



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Force Save Folder Location on Network

Thanks
"Barb Reinhardt" wrote in message
...
Without completely forcing a save of the file in your code, I don't
believe
you can force a specific location for the save, they can always change it.

If you want to give them the option to save in a specific location, add
this
line

ChDir ("C:\Documents and Settings\barbara.reinhardt\Desktop\Temp")

(change to suit.)
--
HTH,
Barb Reinhardt




"corey" wrote:

I have a code that prompts a user to save a file to a Network Location.
Is there a way to ONLY allow a Specified Folder to on the Network to be
the
location the file can be saved?

Or at least the User is given that folder option 1st?

Preferably ONLY folder to save to.

It will be a Print to PDF.Save File location line of code.

Corey.....





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
default save location on network Steve_n_KC Excel Discussion (Misc queries) 1 August 23rd 07 01:38 AM
Force a Readonly Workbook to save to a different folder Charlotte Howard Excel Discussion (Misc queries) 6 August 23rd 06 04:41 PM
Cannot save excel files to a folder on a network Robbie Excel Discussion (Misc queries) 1 June 9th 06 07:26 AM
Unable to save file to Windows 98 network folder jj Excel Discussion (Misc queries) 4 March 5th 05 07:59 PM


All times are GMT +1. The time now is 05:39 PM.

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"