... below) Financial Applications Using Excel Add -in Development in C/C++ Second Edition of Excel Add -in Development in C/C++ Steve Dalton xii Contents 8.11.4 Defining and deleting a name in the DLL: ... Accessing Excel functionality using COM/OLE automation using C++ 3 76 9.5.1 Initialising and un-initialising COM 377 9.5.2 Getting Excel to recalculate wor...
Ngày tải lên: 31/03/2014, 10:21
... 63 3 .6. 3 Converting argument and return data types between VBA and C/C++ 64 3 .6. 4 VBA data types and limits 64 3 .6. 5 VB/OLE Currency type 66 3 .6. 6 VB/OLE Bstr Strings 66 3 .6. 7 Passing strings to C/C++ ... scope 61 3.5.2 Declaring VBA functions as volatile 62 3 .6 Using VBA as an interface to external DLL add-ins 62 3 .6. 1 Declaring DLL functions in VB 62...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 2 pot
... null- terminated byte-strings with VBA. VBA for Excel therefore stores the bytes of the string in the high and low bytes of the array pointed to by the BSTR. 60 Excel Add -in Development in C/C++ What ... return some external dynamic information. 3 .6 USING VBA AS AN INTERFACE TO EXTERNAL DLL ADD-INS 3 .6. 1 Declaring DLL functions in VB Both functions and commands writte...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 3 ppt
... have add-ins with conflicting function names, perhaps different versions of the same add -in. ) 5.2.3 Deleted add-ins and loading of inactivate add-ins On termination of an Excel session, the Add -in ... command menu or via Tools/Add-ins , the Add -in Manager adds it to its list of known add-ins. Warning: In some versions of Excel, and in certain circumstances, the Add -in Ma...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 5 ppt
... DLL_THREAD_DETACH. 234 Excel Add -in Development in C/C++ int __stdcall Excel4 v(int, xloper *, int, const xloper *[]); int __stdcall Excel1 2v(int, xloper *, int, const xloper12 *[]); Table 8.4 Excel4 v() arguments Argument ... completeness: Accessing Excel Functionality Using the C API 229 8.2.3 Calling Excel worksheet functions in the DLL using Excel4 (), Excel1 2...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 6 docx
... following code shows how to obtain the full handle using the Windows API EnumWindows() func- tion in Excel 2003–. In Excel 2007 and later versions, when called using Excel1 2(), the returned xltypeInt ... the window as a % of normal size. 26 True if horizontal scrollbars displayed. (continued overleaf ) 268 Excel Add -in Development in C/C++ delete[] InstanceArray;...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 9 pot
... of make_spline(), which fails if this is not the case. 470 Excel Add -in Development in C/C++ (See sections 9 .6 Maintaining large data structures within the DLL on page 385 and 9.8 Keeping track ... Boolean False int ret_val = case_sensitive->xltype != xltypeBool 442 Excel Add -in Development in C/C++ Multi-threading in Excel 2007 can also improve performance on...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 10 pptx
... 23–5, 65 6, 88, 1 56 9, 418–19, 420–3 buffer overruns 2, 27 buttons see custom dialog boxes; toolbars ByRef 25, 63 –4, 68 – 76, 86, 423–9, 441, 4 76 7 Byte 64 –8 bytes, VB 64 –8 ByVal 25, 63 –4, 68 – 76, ... 41–2 Excel 2007 (V12) 263 6 Excel/ DLL data-passing 127–202, 225–31, 249–74 Excel4 2 26 71 lists 31, 48–9 mandatory/optional arguments 31, 201–2, 4 96 7 508 Excel Add -in...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications using Excel Add-in Development in C/C++ phần 1 doc
... does the Add -in manager do? 114 5.2.1 Loading and unloading installed add-ins 114 5.2.2 Active and inactive add-ins 114 5.2.3 Deleted add-ins and loading of inactivate add-ins 114 5.3 Creating an ... Accessing Excel functionality using COM/OLE automation using C++ 3 76 9.5.1 Initialising and un-initialising COM 377 9.5.2 Getting Excel to recalculate worksheets using COM 379 9.5...
Ngày tải lên: 14/08/2014, 02:20
Financial Applications using Excel Add-in Development in C/C++ phần 2 potx
... browsing to locate the file. Figure 2 .6 Excel s Add -in Manager dialog (Excel 2000) Excel s known list of add-ins is stored in the Windows Registry. Add-ins remain listed even if the add -in is ... Turning DLLs into XLLs: The Add -in Manager Interface, on page 111, describes the interface functions the add -in must provide to enable Excel to do these things. 2.14 LOADING A...
Ngày tải lên: 14/08/2014, 02:20