The opposite of .Verb in OLE Object

  • Thread starter Thread starter atvaluesoftware
  • Start date Start date
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.
 
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)
 
Back
Top