Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OLE object names

Former Member
0 Likes
475

Hi All,

In OLE fro example consider the follwing few statements,

CREATE OBJECT wf_excel 'EXCEL.APPLICATION'
CALL METHOD OF wf_excel 'WORKSHEETS',
SET PROPERTY OF wf_worksheet 'NAME'
SET PROPERTY OF wf_cell1 'NumberFormat'

How can I get to know the possible object names like 'EXCEL.APPLICATION', WORKSHEETS',

'NumberFormat' , etc. ie. I want to know the possible object names for those set property, call method etc.

Regards,

Manoj Kumar P

Hi All,

In OLE fro example consider the follwing few statements,

CREATE OBJECT wf_excel 'EXCEL.APPLICATION'
CALL METHOD OF wf_excel 'WORKSHEETS',
SET PROPERTY OF wf_worksheet 'NAME'
SET PROPERTY OF wf_cell1 'NumberFormat'

How can I get to know the possible object names like 'EXCEL.APPLICATION', WORKSHEETS',

'NumberFormat' , etc. ie. I want to know the possible object names for those set property, call method etc.

Regards,

Manoj Kumar P

1 REPLY 1
Read only

Former Member
0 Likes
388

Go to tcode SOLE...u can see the info