ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Question for MVPs (https://www.excelbanter.com/excel-programming/294351-question-mvps.html)

No Name

Question for MVPs
 
Hi all,

I have noticed that Excel will not execute VBA procedures in the background
(i.e. if a different application is currently active). Is there a way to
work around this?

Thanks,

Lucas



Don Guillett[_4_]

Question for MVPs
 
They are all at the bar

--
Don Guillett
SalesAid Software

<Lucas Bravo wrote in message ...
Hi all,

I have noticed that Excel will not execute VBA procedures in the

background
(i.e. if a different application is currently active). Is there a way to
work around this?

Thanks,

Lucas





Frank Kabel

Question for MVPs
 
"Don Guillett" schrieb im Newsbeitrag
...
They are all at the bar


lol
wish you a nice evening (also at the bar) <vbg
Frank
P.S.: just came back from watching chelsea against Arsenal...


Bob Phillips[_6_]

Question for MVPs
 
Frank,

Guess who I follow :-(. The season is falling apart.

Bob

"Frank Kabel" wrote in message
...
"Don Guillett" schrieb im Newsbeitrag
...
They are all at the bar


lol
wish you a nice evening (also at the bar) <vbg
Frank
P.S.: just came back from watching chelsea against Arsenal...




Frank Kabel

Question for MVPs
 
"Bob Phillips" schrieb im
Newsbeitrag ...
Frank,

Guess who I follow :-(. The season is falling apart.

Bob


Hi Bob

<OT on
I'm with you. The whole pub (besides two outsiders) was shocked after
this result. But it was a nice match (much better than our current
'Bundesliga').

So we had to drink some more pints :-)
Frank


Bob Phillips[_6_]

Question for MVPs
 
And Real Madrid too!

British Ale I hope, none of that German lager<g.

A nice Courage Directors, Youngs, Fullers, Wadsworth 6X, ... the list is so
long.

Bob

"Frank Kabel" wrote in message
...
"Bob Phillips" schrieb im
Newsbeitrag ...
Frank,

Guess who I follow :-(. The season is falling apart.

Bob


Hi Bob

<OT on
I'm with you. The whole pub (besides two outsiders) was shocked after
this result. But it was a nice match (much better than our current
'Bundesliga').

So we had to drink some more pints :-)
Frank




Norman Harker

Question for MVPs
 
Hi!

Jim Rech (at home, sober)
Excel MVP

Norman Harker (at home, mostly sober)
Excel MVP



Jim Rech

Question for MVPs
 
I have noticed that Excel will not execute VBA procedures in the
background

That's news to me. Run Sub Kickoff, switch to another app and return at the
beep.

Sub KickOff()
Application.OnTime DateAdd("s", 5, Now), "MySub"
End Sub

Sub MySub()
Range("a1").Value = 100
Beep
End Sub

But maybe you have an example that demonstrates what you mean.

--
Jim Rech (at home, sober)
Excel MVP

<Lucas Bravo wrote in message ...
Hi all,

I have noticed that Excel will not execute VBA procedures in the

background
(i.e. if a different application is currently active). Is there a way to
work around this?

Thanks,

Lucas






All times are GMT +1. The time now is 01:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com