A
AlbertYWang
For an excel spreadsheet(objectname1) embedded as an OLE object, the
following code opens the embedded spreadsheet.
ActiveSheet.Shapes("objectname1").Select
Selection.Verb Verb:=xlPrimary
However, it is not visible because of other VBA forms being in the way.
Is it possible to launch this in a separate application window?
Albert Wang
following code opens the embedded spreadsheet.
ActiveSheet.Shapes("objectname1").Select
Selection.Verb Verb:=xlPrimary
However, it is not visible because of other VBA forms being in the way.
Is it possible to launch this in a separate application window?
Albert Wang