Excel Custom function returns #BUSY

211 views Asked by At

I am using Script Lab for defining custom function in Excel. Even the most trivial function returns #BUSY result.

This is test funcition that returns #BUSY error.

/** @CustomFunction */
function add10(x: number): number {
 return x + 10;
}

I am using office 365 personal subscription if it makes any sence. Working on Windows 11 Pro x64

1

There are 1 answers

0
Petri Asunmaa On

I had same issue, which I managed to fix when I upgraded my local node.js from v18.6.0 to v18.17.1.