Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? "Tom Ogilvy" wrote: 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. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- Regards, Tom Ogilvy "Sven" wrote: 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? "Tom Ogilvy" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening Windows Explorer... | Excel Programming | |||
Need a sample or VBA code to open a C# windows forms in Excel using Macro | Excel Programming | |||
owc10 pivotchart save in c# windows forms of vs.net | Charts and Charting in Excel | |||
Opening User Forms | Excel Programming | |||
Office Chart 10.0 on Windows Forms(.NET) | Charts and Charting in Excel |