The opposite of .Verb in OLE Object

A

atvaluesoftware

I have an embedded Word OLE Object in my spreadsheet. The following
line activates the object for editing:

ActiveSheet.OLEObjects("MasterObject").Verb

Is there any way to get out of the editing mode now? My solution for
now has been:

ActiveSheet.Range("A1").Select

But I was hoping there was a command that I could apply diretly to the
object.
 
B

Bob Phillips

None of the methods seem as though they would.

Is there a problem with your approach you currently have?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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