Running the code below comes up with
"Run-time error '-2147217904 (80040e10)': [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1."
on the cmd.execute line.
Private Sub Command1_Click()
Const ConnectString = "DRIVER={Microsoft Access Driver (*.mdb)}...
I've set up a linked list of Class Modules and I'm trying to free them up but it doesn't seem to be working. The watch shows that currfield is pointing to the right thing but its still in the chain after I set currfield to Nothing.
Do While Not currfield Is Nothing
Set nextfield =...
Oops, its NTs (or Excel's) memory management leading me down the wrong path. If you click enough times or leave it long enough then the memory and the handles get freed up again.
Is it just me? In NT I add two buttons to an Excel 2000 spreadsheet and the VB Code below. Open up task manager and alternately click on the buttons and the memory usage increments by 8K when you click and another 4K when you move the pointer off the button. It also uses up 4 handles every...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.