Open vivek-insight opened 2 months ago
Hi @vivek-insight Thanks for reporting this issue. We'll take a look and report back if we have a suggestion for you.
@shanshanzheng-dev Hi did you find any solution ?
Hi @vivek-insight Sorry for slow response. This is a our new feature. All codes are checked in. We will update for you once the feature is fully release to production. It's around several weeks after.
@shanshanzheng-dev any tentative date when we can expect this feature.
Hi @vivek-insight, the feature should be available on the current monthly channel (Version 2409 Build 18025.xxxxx and later) on Win32 platform. Please let me know if you are able to use it.
@qinliuMSFT issue is still replicable. currently using Microsoft® Excel® for Microsoft 365 MSO (Version 2409 Build 16.0.18025.20160) 64-bit excel version. Any tentative date when we can expect the same in 64 bit platform
We have created custom functions for excel. When we add a new function using the Excel Function Arguments window (fx) it works fine. But after saving the sheet and opening the sheet again, after that when we open function arguments for the same formula then #value is displayed for all string parameters, and all other parameters displays number as there type. Same issue also occurs if we copy formula from one sheet to another and open it in second sheet. I am currently using manifest file reference from shared folder.
Your Environment
Expected behavior
The Excel Function Arguments window should correctly show the values for each parameter.
Current behavior
After saving when we again open the excel and select the formula, the value of string parameters are shown as #value in the Excel Function Arguments window
Steps to reproduce
Context
Users will be confused and consider this an error with the Add-in custom function
Before Save
After save / or copy paste