View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Stephen Bullen[_4_] Stephen Bullen[_4_] is offline
external usenet poster
 
Posts: 205
Default Alternate startup file location

Hi Jac,

What does Microsoft has to say about that Excel alternate file location? How
is it supposed to be used for? Where can I find information about it?


Many companies require Excel to start with a given set of files always loaded -
such as addins to provide formatting tools to help ensure a corporate standard,
ISO 9001 compliance, etc. The network admin can point that folder to a network
location and therefore have a single copy of the addin to maintain instead of
distributing it to all users.

I know that Word does not work the same way... But that's another topic...


I think you were too hasty to dismiss Dave's information. Although Excel does
not have a way to set the 'Workgroup Template' folder, it *does* respond to it
being set in Word! So if you go to Word and set the 'Workgroup Template' folder
to your network location, any Excel templates you put in that folder will show
up in Excel's File New list of templates.

FWIW, the path is actually stored in:

HKEY_CURRENT_USER\Software\Microsoft\Office\N.0\Co mmon\General\SharedTemplates

where N is the office version (Excel 2000 and above, Excel 2000=9.0, 2002=10.0,
2003=11.0)

For Excel 97, the folder is stored in the (Default) entry at:
HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Co mmon\FileNew\SharedTemplates

In each case, you can create the key/value if it doesn't exist.

Furthermore, any folders you create below that level will be displayed as tabs
at the top of the File New dialog, with the folder name used as the caption
for the tab and any xlt's in the folder displaying when that tab is clicked.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk