Can anyone tell me what the difference is between these two codes?
Code1
Code2Code:Dim rs As ADODB.Recordset Set rs = New ADODB.Recordset
Code:Dim rs Set rs = CreateObject(blah) 'not too sure how to use this function
|
Results 1 to 5 of 5
Thread: CreateObjectThreaded View
|
Click Here to Expand Forum to Full Width |