[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 (62.7k●3●36●43) 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
I can not see why this question should be on this forum.