View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default The opposite of .Verb in OLE 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)


wrote in message
oups.com...
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.