Linker IT Software
Order Home
menubar-top-links menubar-top-rechts
SQL*XL: Database to Excel bridge ExcelLock: Lock and secure your valuable Excel spreadsheets encOffice: Protect your Excel file easy and safe
Home Products litLIB

litLIB release log.
This document describes the releases made between version 1.0.4 dated 29/Jul/2005 and version 2.0.6 dated 19/Feb/2010. For the most current release please see: http://www.oraxcel.com/cgi-bin/yabb2/YaBB.pl?num=1133444908
For a description of the litLIB program see http://www.oraxcel.com/projects/litlib

litLIB 2.0.6 (19/Feb/2010)  


 
litLIB 2.0.5 (18/Dec/2009)  


 
litLIB 2.0.4 (4/Dec/2009)  


 
litLIB 2.0.3 (4/Dec/2009)  


  • Installer fix for Windows Vista


 
litLIB 2.0.2 (30/Nov/2009)  


 
litLIB 2.0.1 (21/Nov/2009)  


  • The software is now a COM add-in. Smoother integration into Excel. Better security features.
  • New Installer. Easier installation and uninstallation.
  • Large menu user interface was replaced by an insert functions dialog. Easier to use.
  • Integration with help pages on the web was added. Jump directly to the function information page.
  • Added an Excel 2007 ribbon user interface
     
    Release announcement:
    http://www.oraxcel.com/cgi-bin/yabb2/YaBB.pl?num=1258811727


 
litLIB 1.1.8 (08/Sept/2008)  


 
litLIB 1.0.9 (03/July/2006)   
 
Added an extensive help system at http://www.oraxcel.com/projects/litlib/help  
Added further error handling  
Fixed certain functions  
 
litLIB 1.0.7 (18/June/2006)  
 
Added the Unique array formula to display a list of unique values of a range.  
 
litLIB 1.0.6 (20/April/2006)  
 
Added the date & time function: Quarter to determine the quarter of a date.  
 
litLIB 1.0.5 (01/Dec/2005)  
Fix: There existed a conflict with other Excel addins that create menu items on the toolbar.  
Added functions:

  • HasFormula : Does a cell have a formula?
    =HasFormula(D12) returns True of False
  • HasArray : Is a cell part of an array?
    =HasArray(D12) returns True or False
  • WordCount : Count the number of words in a string
    =WordCount("hello world") displays 2
  • WordsLeft : Return a number of words from the left
    =WordsLeft("The fox jumps over the box",2) returns "The fox"
  • WordsRight : Return a number of words from the right of a text
    =WordsRight("The fox jumps over the box",2) returns "the box"
  • WordsMid : Return words from the middle of a string
    =WordsMid("The fox jumps over the box",2,3) returns "fox jumps over"
  • PageNumber : Returns the page number a cell will be printed at
    =PageNumber(D10) returns the page D10 will be printed on
  • PageCount : Returns the total number of printed pages
    =PageCount() returns the total number of printed pages


 
litLIB 1.0.4 (29/Jul/2005)
Added function:

  • ValidateVATNumber to validate EC VAT (Also called TVA or mehrwertsteur) numbers.