opening a workbook from an windows forms app

G

Guest

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.
 
G

Guest

i've been looking around there, but all the article assume you are working
with one project. i need to be able to compile an excel workbook project and
call it's functions. (Or preferably, just add the neccessary references to
my windows forms app and automate all of it form there.)
any more specific links?
 
G

Guest

I think you will be hard pressed to compile an excel workbook project .
Excel's functions are embedded with the Excel executable.
Or else I don't understand you terminology.

Maybe you should ask your question in the Office Developer newsgroups - they
are more oriented to VSTO. This group is more oriented to the internal
scripting of Excel.
 

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

Top