How to make Excel feel switching application?

  • Thread starter Thread starter kelsawy2000
  • Start date Start date
K

kelsawy2000

Hi there

Is there an event for Excel objects to make any of them feel switc
applications (e.g. switch from Excel to Word or PainBruch). This even
is similar to LostFocus in VB.

Thanks in advance for your help
 
This posting is provided "AS IS" with no warranties, and confers no rights

Hi ,

I found the following link that talks abt the same .

Excel Application Object Events :
=================================
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/h
tml/wrgrfexcelapplicationobjectevents.asp

Understanding the Excel Object Model from a .NET Developer's Perspective :
=======================================================================
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto200
3_ta/html/ExcelObj.asp

Hope i answered ur query,
Regards,
Venkat.
 
All the events in Excel objects (including Application and Workboo
objects) do not have an event that can handle leaving excel an
switching to another application (e.g., MS-Word). I think that th
solution may come from using API functions.

Any suggestions
 

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

Back
Top