Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a C++/MFC/OLE2 automation application for Excel that works perfectly .... except when the user call it while he is typing text in the "formula bar". Excel then either refuse any OLE command with the error number 800A03EC or simply die with an "abnormal program terminaison" message. Does someone know a way to kill the focus of the formula bar without using OLE? I tried sending the formula bar window (EXCEL<) the WM_CHAR, VK_ENTER message. But this doesn't work because instead of loosing the focus, the formula is appended a "enter" character :( I have no clues on how to resolve this. I cannot ask my users to allway click into the sheet before lauching my application. Thanks in advance Jonathan Mérel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
problem with Linking workbooks via "copy" and "paste link" | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |