Down near the bottom, where I suggest the Script Control, since it supports an ExecuteStatement method. eg:
Dim tempStr As String
Dim wscript As ScriptControl
Set wscript = New ScriptControl
wscript.Language = "vbscript"
tempStr = "<statement_to_be_executed>"
wscript.ExecuteStatement tempStr