Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.crashesgpfs,microsoft.public.excel.interopoledde,microsoft.public.excel.programming
|
|||
|
|||
![]()
I can call Range::Find from VBA - it works correctly, and requires only one
argument. When I call it from C++, the function either throws an exception, or causes a "Stack Corruption" error. I am calling it with the following syntax: Excel::_WorksheetPtr pWorksheet = Wb-Sheets-Item[1]; Excel::RangePtr pRangeSearch = pWorksheet-Cells; Excel::RangePtr pRangeCurrent = pRangeSearch-Find("MKV", _variant_t(), _variant_t(), _variant_t(), _variant_t(), Excel::xlNext, _variant_t(), _variant_t()); Is there anything I'm doing wrong? Thanks, Aaron Queenan. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where can I find a Outside Sales Daily Call Report Template? | Excel Discussion (Misc queries) | |||
SUMPRODUCT - MATCH CALL DETAILS 2 FIND RELEVANT EXTN - URGENT PLS! | Excel Discussion (Misc queries) | |||
Why can't I call a range of cells 'c'? | Excel Discussion (Misc queries) | |||
call range by cell value | Excel Worksheet Functions | |||
returning ranges offset from argument range function call | Excel Programming |