• It seems like it would be an easy thing to add some VBA code to the excel sheet with an ADO connection to the database.

    ADOdb.Open (connectionstring)

    Loop table names

    Apply Filter

    ADOdb.CommandText = Concatenate all the relevant cells

    ADOdb.Execute

    Loop Back

    ADOdb.close

    This should run each create statement in a couple of minutes