launch an embedded spreadsheet object

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top