#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Normal.dot

As we can have changes in word permanently by changing the Normal.dot file.
But in excel, is it possible to make this kind of changes.

As i have made a module (spellnumber) in one of my excel file but this
module works only within the file where it has been created.

I have to import that module in each file where i want to use this
spellnumber formula. Is there anyway that i could save this module in the
main excel program that when-ever i run excel the spellnumber should work in
it...

Thanks and Regards

Shakeel Ahmad.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Normal.dot

Please answer this question






"Shakeel Ahmad" wrote in message
...
As we can have changes in word permanently by changing the Normal.dot
file. But in excel, is it possible to make this kind of changes.

As i have made a module (spellnumber) in one of my excel file but this
module works only within the file where it has been created.

I have to import that module in each file where i want to use this
spellnumber formula. Is there anyway that i could save this module in the
main excel program that when-ever i run excel the spellnumber should work
in it...

Thanks and Regards

Shakeel Ahmad.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Normal.dot

Excel doesn't have a normal.dot.

It can have a template file (book.xlt) that can be used for lots of
things--headers/footers. But it's not usually used for macros.

But you can create your own utility workbook that has all the macros that you
want. Store it in your XLStart folder and it'll open each time excel opens.

Many people name this file personal.xls and make sure the workbook's windows are
hidden--so it doesn't confuse them.

And if that spellnumber is a function, you'd use a formula like:

=personal.xls!spellnumber(a1)



Shakeel Ahmad wrote:

As we can have changes in word permanently by changing the Normal.dot file.
But in excel, is it possible to make this kind of changes.

As i have made a module (spellnumber) in one of my excel file but this
module works only within the file where it has been created.

I have to import that module in each file where i want to use this
spellnumber formula. Is there anyway that i could save this module in the
main excel program that when-ever i run excel the spellnumber should work in
it...

Thanks and Regards

Shakeel Ahmad.


--

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
How do I set up a normal graph? Ahir New Users to Excel 2 December 12th 07 06:39 AM
normal.dot Ron New Users to Excel 4 July 13th 06 06:48 PM
Can we compute CDF value from a given std. normal? aiyer[_67_] Excel Programming 0 November 2nd 04 08:25 PM
Normal Distribution littlecharva Excel Programming 3 April 2nd 04 04:39 AM
Log Normal Distribution ExcelMonkey[_47_] Excel Programming 3 January 30th 04 04:44 AM


All times are GMT +1. The time now is 09:26 AM.

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"