Excel VBA make a script asynchronous

后端 未结 3 1690
忘了有多久
忘了有多久 2021-01-18 06:05

I have a script that can ping a list of computers and change their background color depending after the result it gets.

My problem is, that it blocks the entire exce

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-18 06:30

    While strictly speaking you cannot make Excel to behave as you need, there is a trick to work around it. The solution is to create another Excel instance. Then you can run the macro in one of the instances and work independently in the other one. You can open another Excel instance from the Run prompt (press Windows + R) and then type Excel /x, then Enter

提交回复
热议问题