View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sven[_8_] Sven[_8_] is offline
external usenet poster
 
Posts: 5
Default opening a workbook from an windows forms app

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.