Monday, June 20, 2005
Rule 1: Option Explicit
In your VBA code, always put option explicit as the first line. This will stop code running with variables that haven't been declared.
Subscribe to Posts [Atom]
A blog about Excel
Subscribe to Posts [Atom]