I thought this would work, but it doesn't:
Code:
Dim newWorkbook As New Excel.Workbook = Me.Application.Workbooks.Add()
And this gives an error of end of statement expected

How can I add a workbook using VB.Net?