Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Saving Documents from templates to specific places

hello I am wandering: I have made a template from Excel
that I use frequently, I want to save every document
made from that template to a specific place and NOT the
same place as the default excel template. Is it possible
for a template to have its own default "save as" location?
thanks linds
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default Saving Documents from templates to specific places

Linds,

You might look into the before save event found in the ThisWorkbook
module.
I'm not sure how to code it. But you might start with
Cancel = True
to stop the save
than add code to do a save as and specify the path and name.

But be careful because this will prevent you from working on the template
and resaving it as a template unless you turn events off.

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean)
* your code here *
End Sub

--
sb
"Linds" wrote in message
...
hello I am wandering: I have made a template from Excel
that I use frequently, I want to save every document
made from that template to a specific place and NOT the
same place as the default excel template. Is it possible
for a template to have its own default "save as" location?
thanks linds



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
Creating/Saving Templates mizNRG Excel Discussion (Misc queries) 2 June 2nd 10 05:30 PM
how do i round a quotient to specific decimal places? gissineth Excel Worksheet Functions 3 March 4th 10 03:18 AM
Templates - saving in specified folder Kathrine Excel Discussion (Misc queries) 4 October 30th 08 04:02 PM
Saving a workbook in two places. Luke Slotwinski Excel Discussion (Misc queries) 7 May 25th 07 08:45 PM
Saving Excel templates Newman Emanouel Excel Discussion (Misc queries) 0 April 2nd 07 11:32 PM


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

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"