Excel VisualBasic Script

Sub add()
    Workbooks.Add Template:= "C:\Business\Personnel.xls"
End Sub