Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Excel 2003 Fails to open template

My workgroup templates are Excel97 and Excel 2003 won't open them. No error
it just doesn't open them.

Even if I save a new template in 2003 and save it to the workgroup location
it fails to open. They can be seen in the open dialog box.

The workgroup location is on a Netware, but that shouldn't matter as they
are in P:\MSOFFICE\XLSTART\TEMPLATE

If I move them to the same folder as the Word Templates then they open, but
the File extension is displayed.

This can't be by design.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2003 Fails to open template

First, I don't have a network to test--so this is just a suggestion and may not
help.

I'd check the templates path and the network templates path to make sure that
they point to the correct location. (The .templatespath isn't your problem--but
it may be interesting to see???)

You could run a macro and look in the immediate window:

Option Explicit
Sub testme()
With Application
Debug.Print .TemplatesPath & vbLf & .NetworkTemplatesPath
End With
End Sub

If the network templates path points at the incorrect location, you can change
it in MSWord--excel doesn't offer a way to get to that path.

If it points at the correct location, are you sure you're using it correctly.

I'm not sure what you mean by the Open dialog box. I would think you'd want the
File|New dialog (or Task Pane).

If you don't like that task pane, you could use a macro to show the old style
interface:

Option Explicit
Sub testme2()
Application.Dialogs(xlDialogWorkbookNew).Show
End Sub







Geroge wrote:

My workgroup templates are Excel97 and Excel 2003 won't open them. No error
it just doesn't open them.

Even if I save a new template in 2003 and save it to the workgroup location
it fails to open. They can be seen in the open dialog box.

The workgroup location is on a Netware, but that shouldn't matter as they
are in P:\MSOFFICE\XLSTART\TEMPLATE

If I move them to the same folder as the Word Templates then they open, but
the File extension is displayed.

This can't be by design.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Excel 2003 Fails to open template

The Path is set correctly as the templates can be seen in the Open|New
Template Dialog. They just won't open. I can select them without anything
happening.

"Dave Peterson" wrote:

First, I don't have a network to test--so this is just a suggestion and may not
help.

I'd check the templates path and the network templates path to make sure that
they point to the correct location. (The .templatespath isn't your problem--but
it may be interesting to see???)

You could run a macro and look in the immediate window:

Option Explicit
Sub testme()
With Application
Debug.Print .TemplatesPath & vbLf & .NetworkTemplatesPath
End With
End Sub

If the network templates path points at the incorrect location, you can change
it in MSWord--excel doesn't offer a way to get to that path.

If it points at the correct location, are you sure you're using it correctly.

I'm not sure what you mean by the Open dialog box. I would think you'd want the
File|New dialog (or Task Pane).

If you don't like that task pane, you could use a macro to show the old style
interface:

Option Explicit
Sub testme2()
Application.Dialogs(xlDialogWorkbookNew).Show
End Sub







Geroge wrote:

My workgroup templates are Excel97 and Excel 2003 won't open them. No error
it just doesn't open them.

Even if I save a new template in 2003 and save it to the workgroup location
it fails to open. They can be seen in the open dialog box.

The workgroup location is on a Netware, but that shouldn't matter as they
are in P:\MSOFFICE\XLSTART\TEMPLATE

If I move them to the same folder as the Word Templates then they open, but
the File extension is displayed.

This can't be by design.


--

Dave Peterson

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
excel 2000 fails to open excel 2003 file noggins Excel Discussion (Misc queries) 0 October 17th 06 04:15 PM
Workbook fails to open - Excel 2003 nc Excel Discussion (Misc queries) 1 February 2nd 06 06:33 PM
Button fails to call macro when open an Excel via Intranet tigertax Excel Discussion (Misc queries) 1 April 12th 05 10:21 AM
Excel Template fails to open??? Rob Smith Excel Discussion (Misc queries) 2 April 11th 05 06:42 PM
Unable to open Template in Excel 2003 NYBrianK Excel Discussion (Misc queries) 0 January 5th 05 09:33 PM


All times are GMT +1. The time now is 07:11 AM.

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"