Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to get real-time interaction between excel and other
programs. with automation I can send and retrieve values from/to other applications, but as soon as the user selects excel, the automation crashes. Are there ways to a) protect the excel window from crashing, e.g. by hindering the user to get focus on it or b) have automation and the user interfering at the same time? (would be ideal) thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Christian,
There are some Application setting that may help: ..Interactive ..IgnoreRemoteRequests But if the user cannot interact with this instance, why not just make your instance .Visible=False ? NickHK "Christian Friedrich" wrote in message ups.com... I'm trying to get real-time interaction between excel and other programs. with automation I can send and retrieve values from/to other applications, but as soon as the user selects excel, the automation crashes. Are there ways to a) protect the excel window from crashing, e.g. by hindering the user to get focus on it or b) have automation and the user interfering at the same time? (would be ideal) thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel crashes depending on user?? | Excel Discussion (Misc queries) | |||
Password visible if user selects "view code" | Excel Worksheet Functions | |||
vbModeless user form crashes Excel | Excel Programming | |||
Make Sure User Selects 3 Cells | Excel Programming | |||
User selects a range | Excel Programming |