question on button event

  • Thread starter Thread starter JohnE
  • Start date Start date
J

JohnE

I have an embedded word document on a worksheet
as an icon. Is it possible to have the embedded document
open up by using a button rather then the embedded
document? If so, can anyone assist in how it would be
accomplished as I am struggling.
Any assistance is appreciated and thanks in advance to
anyone who responds.
*** John
 
Hi John:

Something like:

ActiveSheet.OLEObjects("Object 1").Activate

Regards,

Vasant.
 
Back
Top