Click here to Skip to main content
16,006,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to exit Excel? Pin
Heath Stewart7-Oct-04 22:04
protectorHeath Stewart7-Oct-04 22:04 
GeneralShared c#.cs file among several projects Pin
tlongman7-Oct-04 9:27
tlongman7-Oct-04 9:27 
GeneralRe: Shared c#.cs file among several projects Pin
Alex Korchemniy7-Oct-04 9:59
Alex Korchemniy7-Oct-04 9:59 
GeneralRe: Shared c#.cs file among several projects Pin
Matt Gerrans7-Oct-04 13:34
Matt Gerrans7-Oct-04 13:34 
GeneralRe: Shared c#.cs file among several projects Pin
Salil Khedkar7-Oct-04 21:01
Salil Khedkar7-Oct-04 21:01 
GeneralRe: Shared c#.cs file among several projects Pin
benjymous7-Oct-04 22:14
benjymous7-Oct-04 22:14 
GeneralExporting data to Excel or Word Pin
IronSnake7-Oct-04 8:42
IronSnake7-Oct-04 8:42 
GeneralRe: Exporting data to Excel or Word Pin
Alex Korchemniy7-Oct-04 17:27
Alex Korchemniy7-Oct-04 17:27 
You can use the COM libraries that MS provides. In your project go to add reference to the COM tab. If you have office installed you should be able to find a library similar to "Microsoft Excel 11.0 Object Library". This library allows you to automate Excel. The object model is very easy to learn. Notice that almost everything in the library is an interface. You can get started by going through the ApplicationClass class. Search MSDN for more information...

Same goes for Word
GeneralRe: Exporting data to Excel or Word Pin
sreejith ss nair20-Nov-04 19:36
sreejith ss nair20-Nov-04 19:36 
GeneralRemote Application (Proxy) Pin
Wender Oliveira7-Oct-04 7:00
Wender Oliveira7-Oct-04 7:00 
GeneralRe: Remote Application (Proxy) Pin
Heath Stewart7-Oct-04 7:58
protectorHeath Stewart7-Oct-04 7:58 
GeneralRe: Remote Application (Proxy) Pin
Wender Oliveira7-Oct-04 9:00
Wender Oliveira7-Oct-04 9:00 
GeneralRe: Remote Application (Proxy) Pin
Heath Stewart7-Oct-04 17:25
protectorHeath Stewart7-Oct-04 17:25 
GeneralShutDown Process Pin
Zamolxes7-Oct-04 6:24
Zamolxes7-Oct-04 6:24 
GeneralRe: ShutDown Process Pin
Heath Stewart7-Oct-04 7:33
protectorHeath Stewart7-Oct-04 7:33 
GeneralAdding user defined buttons to Messagebox Pin
jagan797-Oct-04 6:16
jagan797-Oct-04 6:16 
GeneralRe: Adding user defined buttons to Messagebox Pin
Heath Stewart7-Oct-04 7:48
protectorHeath Stewart7-Oct-04 7:48 
GeneralRe: Adding user defined buttons to Messagebox Pin
Dave Kreskowiak7-Oct-04 7:55
mveDave Kreskowiak7-Oct-04 7:55 
General"Embedding" a form in a form Pin
LannieK7-Oct-04 5:58
LannieK7-Oct-04 5:58 
GeneralRe: "Embedding" a form in a form Pin
Steve Maier7-Oct-04 7:11
professionalSteve Maier7-Oct-04 7:11 
GeneralCrytographic Question Pin
Hawaii_Yin7-Oct-04 5:06
sussHawaii_Yin7-Oct-04 5:06 
GeneralRe: Crytographic Question Pin
Dave Kreskowiak7-Oct-04 5:57
mveDave Kreskowiak7-Oct-04 5:57 
GeneralRe: Crytographic Question Pin
Member 12783357-Oct-04 6:21
Member 12783357-Oct-04 6:21 
GeneralRe: Crytographic Question Pin
Heath Stewart7-Oct-04 7:35
protectorHeath Stewart7-Oct-04 7:35 
GeneralRe: Crytographic Question Pin
Not Active7-Oct-04 9:02
mentorNot Active7-Oct-04 9:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.