View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AL AL is offline
external usenet poster
 
Posts: 37
Default How to close embedded excel object?

H Alli

I have a Word document with an embedded Excel Worksheet. I'm writing VBA code that need open excel object, modify some data and close excel object

I have no problem to open object and modify data. However I cannot find how to close embedded object (the same way as you do in Word by clicking somewhere else as embedded object) programmatically

Any help will be appreciated

Al