Modules are just bags of code, intended to be shared between more than one worksheet or object. You can't explicitly place modules into the Objects folder; code that lives there is actually contained ...
To add a sheet to a workbook using VBA: Depending on the result you want to achieve, you can either use the: Copy method => For a copy of an existing sheet Add method => To add a new blank sheet to ...