I am a C++ programmer and have experience writing Win32 DLLs. I want to learn how to write XLLs, so I can interface my Win32 Dll code more closely to Excel. E.g. 1). Pass Excel data directly to my library 2). Write data directly to Excel sheets, from my library et, etc ... Anyone know of good tutorials to get me started?
The SDK documentation (available free on MSDN) should contain all the things you need to know. My book (excuse the plug), "Financial Applications using Excel Add-In Development in C/C++", will also get you started with numerous examples of the types of things you describe. (The book is in fact mostly about just the kind of thing you describe). Regards Steve Dalton "Annonymous Coward" wrote in message news:z82dnVkbFLivbPnV4p2dnAA@bt.com... >I am a C++ programmer and have experience writing Win32 DLLs. I want to >learn how to write XLLs, so I can interface my Win32 Dll code more closely >to Excel. > > E.g. > 1). Pass Excel data directly to my library > 2). Write data directly to Excel sheets, from my library > et, etc ... > > > Anyone know of good tutorials to get me started?