|
-
using VB.NET 2005 filling in Excel workbook
Auto filling an excel spread with data from SQL. I need to be able to continue with the dataset into a new added worksheet. Right now it just goes back to the original sheet and continues with the data there overriding the old data.
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?
Similar Threads
-
By lew26 in forum Database
Replies: 3
Last Post: 06-08-2006, 09:19 PM
-
Replies: 0
Last Post: 01-24-2006, 01:44 AM
-
By lew26 in forum Database
Replies: 8
Last Post: 01-23-2006, 03:27 PM
-
By blayne in forum VB Classic
Replies: 1
Last Post: 11-17-2005, 06:14 PM
-
Replies: 0
Last Post: 07-18-2005, 10:43 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks