E
Ernesto
I know very little about VBA, Alas:
I have a VBA app which contains some call backs which repospond to msgs from
a server.
The call backs basically receive data and notifications and display them on
one the sheets.
When several of the msgs come together they overwhelm the PC since the
display update takes long and thus acknowledging the server may result in a
connection time out. (we're talking about hundreds of msec)
Is there a way to have these callbacks spawn another thread so that the app
acknowdlege the server immediately and have the updates done in due time?
Any help will be most appreciated.
E
I have a VBA app which contains some call backs which repospond to msgs from
a server.
The call backs basically receive data and notifications and display them on
one the sheets.
When several of the msgs come together they overwhelm the PC since the
display update takes long and thus acknowledging the server may result in a
connection time out. (we're talking about hundreds of msec)
Is there a way to have these callbacks spawn another thread so that the app
acknowdlege the server immediately and have the updates done in due time?
Any help will be most appreciated.
E