Haven't tried this yet, but I believe Excel 2013 only gives you one worksheet by default, so instead of just switching to application.Workbooks(1).Worksheets(2) you'll need to create the worksheets first. Should be something like
set dpSheet = application.Workbooks.add