writing to excel sheet

  • Thread starter Thread starter Sara
  • Start date Start date
S

Sara

hi:)

ok i'm REALLLLY new to programming in excel (using visual
c#)

so i need to write a string to a cell in my spreadsheet

Excel.Workbook xlworkbook = xlapp.Workbooks.Add
(Missing.Value );

i've got that much so far..... now how do i actually go
about and write the string??

like eg. just say i want to write "hello" to cell A3??

pleaaaaaaase help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top