Does Invoke VBA activity run in the background?

I was just wondering if VBA Activity by default runs in the background. If it doesn’t, how can it run in the background?

vbatest.zip (22.2 KB)
It is a background process using ‘invoke vba’ with excel.

Hi @tb12,

Yes, you can run Invoke VBA activity in background by unchecking visible property of excel application scope.

image

You can see that by default visible property is checked, so to do all excel operations in background you have to uncheck that visible property and the use Invoke VBA activity in it.

1 Like