Month: January 2022

Option Explicit

Option Explicit

One of the easiest ways to improve your VBA code is to include Option Explicit as the first line of each module within a VBA Project. Using Option Explicit forces all variables to be declared in some manner before they can be used. This might not sound important now since most of your code will…
Read more

mathematica demonstrations project

Mathematica Demonstrations Project

This is a little gem that I found awhile back. Mathematica/Wolfram have a project whereby people can author a CDF document (computable document format). Once created they can be published online for free. The set of online CDFs was originally named the Mathematica Demonstrations Project (hence the title). However, it now looks to have been…
Read more