Forum Discussion
lkurdubelski
Sep 27, 2022Copper Contributor
Custom functions in TEAM's Excel sheet
Hello, I was using custom function created in VBA in a desktop version of my file. But due to high usage of file (many people need access to the file, and many of them will try to edit it simultaneo...
PeterBartholomew1
Sep 27, 2022Silver Contributor
If they perform calculations, rewrite them using Lambda functions and other worksheet formulas. If, as appear to be the case, you require use of parts of the Excel object model that are not available from the user interface, rewrite the functionality using Typescript macros. Some features (shapes and possibly event handlers) never will be implemented online.