Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic OLE object

Status
Not open for further replies.

tabhijit

Programmer
Feb 10, 2003
61
HK
Dear Friends,

I want to open documents as per user selection.

If user selects MS word then I want to open Word document.
If user selects MS Excel then I want to open excel sheet.

I also called OLE_1.InsertClass ('Word.Document')
Or
OLE_1.InsertClass ('Excel.Sheet')

This string argument is available in registry Database.

How can get this entries in drop down list box or datawindow ?

Please help me.

Thanks,
Abhijit.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top