0

I have created an excel custom function in SharedRuntime. I have used JavaScript 1.1 version and SharedRuntime 1.1 version. My custom function is working fine in office 365, but it's not working in offices 2013, 2016, and 2019. I don't know why this is happening. Can anyone tell me where I am doing a mistake.

Shiv Yadav
  • 467
  • 2
  • 11

1 Answers1

4

The shared runtime may not be supported on older Office versions. You can check out the minimum Office versions in the Shared runtime requirement sets section.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45