Click here to Skip to main content
15,914,323 members

Comments by Member 14877890 (Top 10 by date)

Member 14877890 12-Jul-22 22:49pm View    
Thanks everybody.. Problem was cleared!
It was a 64bit and 32bit inconsistency.
Member 14877890 12-Jul-22 22:48pm View    
Ah! Thanks! It works well!
Office365 was installed as a 64bit version!
Member 14877890 11-Jul-22 22:12pm View    
When I send a message, nothing happened.
I guess the messagebox should pop up and with office2018 it happened but not with office365.
My system is windows10 64bit and my application was compiled as win32 version.
Is there any security issues?
Please help me. Thank you.
Member 14877890 11-Jul-22 22:08pm View    
I am testing whether messagebox pops up or not.
It pops up with excel version office2018 but not with office365. Please help me. Thanks.
Member 14877890 22-Mar-22 21:30pm View    
Thanks for your comment.. but
What do you mean by 'Initialization'?
hr = GetActiveObject(clsid, NULL, &pUnk);
returns OK. So I think getting CApplication object was succeeded.
Anything else? please.
Getting ActiveWindow or ActiveSheet or something like that should be succeeded except ActiveCell?