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.
Asked
Active
Viewed 70 times
0
-
It makes sense to list the precise Office versions where the add-in doesn't work correctly. Is it a volume-licensed version? – Eugene Astafiev Nov 07 '22 at 14:02
1 Answers
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