Tagged Questions

5
votes
4answers
845 views

Calling Specific Win32 API from Delphi - Why do Exceptions Fly Without an “asm pop…”?

I'm using Delphi to make an XLL add-in for Excel, which involves making a lot of calls to the Excel4v function of xlcall32.dll. However, as I'm guessing very few Delphi experts here have worked with ...
3
votes
2answers
205 views

Is there a way to get the text and cursor position from the formula bar in Excel?

I'd like to get the current (possibly uncommitted) text out of the formula bar in Excel (from an addin in-process). All "usual" techniques don't work, like GetWindowText(...), etc. As for cursor ...