Sean - Yes you can....

In your referenced thread, objCommand is an ADODB.Command object (hence the Command part of objCommand). The other assumption in that thread is that you also set the objCommand.ActiveConnection to a valid, open connection before performing the execute.

If I can find a decent one, I'll post a real-world example of how this is all done.

-tg