using VB.NET 2005 filling in Excel workbook
excelBook.Sheets.Add() --> adds the sheet fine
excelBook.Worksheets("Sheet" & excelBook.Worksheets.Count).Range(Chr(yr) & i.ToString).value = "TEST" --> this codes me to the new sheet and even add in a value but i want to continue with the dataset
Suggestions?

