|
VBAMicrosoft Office is a great set of building blocks on which to build software with VBA. Toolsack Baseline is a set of COM objects will allow you to write even more powerful applications. DLLLoaderLoads DLLs, perfect for loading DLLs into Excel without relying on the path. Send SMTP mail from your app. The SMTPMail component is very powerful, it can send alternate bodies, HTML bodies with embedded pictures, different chararcter sets and more. See the documentation for the api. TypedListsTyped collections with specific types - Strings, Numbers, Doubles and Objects to make writing code simpler and more reliable. SocketsSimple objects that make it very easy to use TCP sockets. Much easier to use than most other WinSock objects. StopwatchTime things down to micro seconds. GMTEasy to convert to GMT and back. FileIOObject that makes loading and saving files much simpler. SpecialFoldersAn object that makes it easy to find out the important directories on a computer - temp, system, windows, program files, desktop and more. HTTPFetcherMakes it easy to download data from Web Servers. URLFetcher also works with ftp, https. COMInstallerInstalls self-registering COM DLLs. A COM replacement for regsvr32. |