Excel VisualBasic Script

'To create a blank workbook: as if you'd clicked the New button
Sub add()
    Workbooks.Add
End Sub