Stuart McLachlan
stuart at lexacorp.com.pg
Tue Jul 7 15:46:37 CDT 2009
NO! Dim h as String is BAD! You should never use explicitly typed variables - it causes error messages to popup all the time. If we were meant to type variables, they wouldn't have created VARIANTS!! -- Stuart On 7 Jul 2009 at 11:18, Drew Wutka wrote: > > Dim x As New ADODB.Recordset > > StartOfCode: > > Z=45.6 > > Dim h as String > Exit function > > H=12 > > Goto StartOfCode >