View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default opening a workbook from an windows forms app

check out this site:

http://msdn2.microsoft.com/en-us/office/default.aspx

--
Regards,
Tom Ogilvy


"Sven" wrote:

i have a windows forms app where users input simple text data. i would like
to print that data by copying it onto an excel spreadsheet. problem is, i
can't seem to figure out to perform the simple task of opening the workbook
from code. any ideas?

note: i have VSTO, if this helps.