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

In MS Word I can use "Normal.dot" to recover all my special toolbars and
macros used to personalise the application's operation, if I need to reload a
clean version of Office. Is there an equivalent to "Normal.dot" in Excel,
where I also have special toolbars etc.
--
donwb
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 139
Default Templates

donbowyer:

That should be *.xlb for the toolbar file

Excel?.xlb


Function xlbPath() As String
Dim sLib
Dim pos
sLib = Application.StartupPath
pos = InStrRev(sLib, "\")
xlbPath = Left(sLib, pos) & _
"Excel" & IIf(Val(Application.Version) = 10,
Val(Application.Version), "") & ".xlb"
End Function

Sub test()
MsgBox xlbPath
End Sub


--

http://www.vba.com.tw/plog/


"donbowyer" wrote:

In MS Word I can use "Normal.dot" to recover all my special toolbars and
macros used to personalise the application's operation, if I need to reload a
clean version of Office. Is there an equivalent to "Normal.dot" in Excel,
where I also have special toolbars etc.
--
donwb

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default Templates

Many thanks chijanzen, that did it.
--
donwb


"chijanzen" wrote:

donbowyer:

That should be *.xlb for the toolbar file

Excel?.xlb


Function xlbPath() As String
Dim sLib
Dim pos
sLib = Application.StartupPath
pos = InStrRev(sLib, "\")
xlbPath = Left(sLib, pos) & _
"Excel" & IIf(Val(Application.Version) = 10,
Val(Application.Version), "") & ".xlb"
End Function

Sub test()
MsgBox xlbPath
End Sub


--

http://www.vba.com.tw/plog/


"donbowyer" wrote:

In MS Word I can use "Normal.dot" to recover all my special toolbars and
macros used to personalise the application's operation, if I need to reload a
clean version of Office. Is there an equivalent to "Normal.dot" in Excel,
where I also have special toolbars etc.
--
donwb

  #4   Report Post  
Posted to microsoft.public.excel.programming
ann ann is offline
external usenet poster
 
Posts: 210
Default Templates

How do I change a landscape template into portrait template without loosing
the image? I am able to change the paper from landscape to portrait but I
loose part of the calendar.
--
Thanks, Ann


"donbowyer" wrote:

Many thanks chijanzen, that did it.
--
donwb


"chijanzen" wrote:

donbowyer:

That should be *.xlb for the toolbar file

Excel?.xlb


Function xlbPath() As String
Dim sLib
Dim pos
sLib = Application.StartupPath
pos = InStrRev(sLib, "\")
xlbPath = Left(sLib, pos) & _
"Excel" & IIf(Val(Application.Version) = 10,
Val(Application.Version), "") & ".xlb"
End Function

Sub test()
MsgBox xlbPath
End Sub


--

http://www.vba.com.tw/plog/


"donbowyer" wrote:

In MS Word I can use "Normal.dot" to recover all my special toolbars and
macros used to personalise the application's operation, if I need to reload a
clean version of Office. Is there an equivalent to "Normal.dot" in Excel,
where I also have special toolbars etc.
--
donwb

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 patcaessr Excel Discussion (Misc queries) 1 April 3rd 10 04:37 PM
saved templates opening as templates 4n6DNA Excel Discussion (Misc queries) 2 August 31st 09 09:30 PM
Templates poohbear Excel Discussion (Misc queries) 1 November 15th 06 04:21 PM
templates boug Excel Discussion (Misc queries) 0 February 7th 06 09:26 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


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