[closed] oleAutoObj not opening Excel application
![](http://jazz.net/_images/myphoto/52b2a32aa041a8d24d4375bfe39a22f8.jpg)
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
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.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 19 '20, 2:27 a.m.I can not see why this question should be on this forum.