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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bound OLE object Example

Status
Not open for further replies.

Hmadyson

Programmer
Mar 14, 2001
202
US
This forum is great for almost any subject except for using bound OLE objects. Can anyone point me towards an example of a form that uses one to link word documents/excel spreadsheets/text files/ect to a form using a button and when you double click it will launch those objects. I have been floundering around lately trying to get this to work, but it isn't intuitive. Thanks.
 
Hyperlink to files on the hard drive are on the property sheet of the object...
 
Hmadyson,

I'd agree with Louis about using hyperlinks for the objects you're describing.

If you don't want the typical blue underline look, you can use code behind the double-click event of any object that has a double-click event. (Any event for that matter).

Look at
Code:
Application.FollowHyperlink
in Help.


HTH

John

Use what you have,
Learn what you can,
Create what you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top