View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Reference to an Embedded Word Object

Get the name of the object using the browser and then:
ActiveSheet.Shapes("Object 1").Select
should select it

--
Gary's Student


" wrote:

Is it possible to get a path reference to an embedded Word object?