Excel VB module initialization

B

Bob Mat

I have found a module which starts as follows:-
------------------------------------------------------------------------------

' This module contains routines for cubic spline interpolation and
integration.

' Designed for Microsoft Excel 97 and beyond

' Written 1999/6/30, David J. Braden

' Revisions:

' 1999/7/2 DJB Made 2nd derivative at upper endpoint exact

' Tightened up input validation code

' 1999/7/6 DJB Streamlined (optional) error-checking

' About 20% of the code is for checking that input is valid, hence the length.

' If you "know" that input is always valid, set the compiler directive

' fValidateInput = True.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top