Thread: On Change
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default On Change

Sorry, I don't know how to do that.

--
Jim Rech
Excel MVP
"Erich Neuwirth" wrote in message
...
| The application level event handler solves my problem.
| Now i have the problem in an extended version.
| In the sheets i need to embed some OLEObjects,
| and these objects need to react when they are selected
| or rightclicked or leftclicked or ...
| I could not make this happen with an application
| level event. It seems that the SheetSelectionChange
| event does not fire when an object in a sheet is
| selected. Is there a way of having an application level
| event fire when embedded OLEObjects are selected?
|
|
|
|