Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create multiple (named) worksheets in excel
using .Net PIA's. I have successfully created an excel document and set cell values, but have been unable to manipulate which worksheet I am using and naming the worksheet. Here is current sample (VB.Net): dim xl as new excel.application() xl.workbooks.Add() xl.cells(1,1).Value = "test" Any help or pointing to some documentation would be helpful! Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I create GST worksheet in excel | New Users to Excel | |||
How do I create a worksheet within a worksheet in Excel? | Excel Worksheet Functions | |||
How do I create a Map with an Excel worksheet? | Excel Worksheet Functions | |||
Create invoice from Excel worksheet | Excel Discussion (Misc queries) | |||
how do i create a path to a worksheet from outside of excel | Excel Discussion (Misc queries) |