Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Function for rate of increase re two values

Also make sure it is in a general module and not a sheet module or other
special module like workbook or userform or a class module. You get a
general module when you go the vbe and with personal.xls as the active
project, do Insert = Module.

when you declare the function make it public

Public Function FractionChange(rng1 as Range, rng2 as Range)

End Function


--
Regards,
Tom Ogilvy

"rleonard" wrote in message
...
Tushar,

I put code in a module Personal.xls as Option Explicit! But when I open

another worksheet i can not find function FractionChange! How can i fix this
so function is available to all my worksheets!

Thanks
Bob Leonard



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
Macro to calculate next rate increase in weeks Rosemarie Excel Discussion (Misc queries) 1 August 4th 09 02:14 PM
Formula to calcuate next rate increase in #weeks Rosemarie Excel Discussion (Misc queries) 3 July 22nd 09 03:49 AM
Cost increase rate Kevin Excel Worksheet Functions 3 January 7th 09 04:07 PM
How to pro rate values by date? dj479794 Excel Discussion (Misc queries) 3 November 30th 07 12:52 AM
Starting payment when increase rate is known & total payment is kn Shailendra Harri Excel Worksheet Functions 12 September 22nd 07 09:04 PM


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