Adding custom functions to Excel
Sunday, January 28th, 2007If you are, like me, programming in different languages, maybe you have also noticed that you miss certain functions in a language, which are available in a different language.
What I am used to do, is either find a function or functions that perform the same task:
Delphi: Dec(i);PL/SQL: i := i - 1;
or create a function [...]


