#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Templates

I need to do hiperlink to template document, but it doesn't work, because
open a template document to modification and dont open a new document.
Anyone know what I need to do?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Templates

Maybe you could replace the hyperlink with a macro that creates a new workbook
based on that template file.

Option Explicit
Sub TestMe()
dim NewWkbk as workbook
set newwkbk = workbooks.add(template:="C:\yourtemplate.xlt")
end sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

You could assign this macro to a button from the Forms toolbar or any shape from
the drawing toolbar.

ebrasil wrote:

I need to do hiperlink to template document, but it doesn't work, because
open a template document to modification and dont open a new document.
Anyone know what I need to do?


--

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
Templates poohbear Excel Discussion (Misc queries) 1 November 15th 06 04:21 PM
Excel is opening templates as templates instead of as worksheets Desram Setting up and Configuration of Excel 1 January 19th 06 09:38 PM
templates CesarDLC Excel Discussion (Misc queries) 0 December 12th 05 09:37 PM
Templates Castrip Excel Discussion (Misc queries) 1 June 30th 05 10:46 PM
templates Terri Excel Worksheet Functions 0 January 11th 05 01:23 PM


All times are GMT +1. The time now is 05:58 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"