Skip to Content
0
Former Member
Jan 09, 2008 at 08:55 PM

Help Regarding OLE

92 Views

CREATE OBJECT app 'Excel.Application'.

GET PROPERTY OF app 'Visible' = vis.

Here in this case the things are:

automation object is app.

attribute is Visible.

data object is vis.

now can any one tell me where to find all the attribute of Excel application ....

an dhow to use them.......