It's all about the answers!

Ask a question

[closed] oleAutoObj not opening Excel application


Ashok Anumula (11) | asked Oct 19 '20, 12:26 a.m.
closed Oct 19 '20, 2:27 a.m. by Ralph Schoon (63.1k33646)

 Hi All,

Following code is not opening an excel application in my PC.

OleAutoObj objExcel = oleCreateAutoObject("Excel.Application")

if (objExcel != null){

bool excelVisible

oleGet(objExcel, "Visible", excelVisible)

if (excelVisible == false){

olePut(objExcel, "Visible", true)

}

}

Any idea why it is not opening excel application?

Any help will be greatly appreciated.

-Ashok Anumula


Comments
Ralph Schoon commented Oct 19 '20, 2:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I can not see why this question should be on this forum.

The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon Oct 19 '20, 2:27 a.m.