Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[closed] oleAutoObj not opening Excel application

 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

0 votes

Comments

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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 19 '20, 12:26 a.m.

Question was seen: 373 times

Last updated: Oct 19 '20, 2:27 a.m.

Related questions
Confirmation Cancel Confirm