Jack Williams

Results 76 comments of Jack Williams

Does the module's tab help here? You can copy and paste the content between a file? Was there a specific feature in the previous version you were missing? I think...

Does the organization name also happen to be a cell reference? This could be the issue as we prevent these as module names. If the name is not a possible...

We are trying to leave open the possibility of having syntax that references a module name only (in the same way you reference LET parameters). At this point, having cell...

If you right click in the taskpane and select "Inspect" this will open up dev-tools. If you switch to the Console tab, you may see some error messages / output...

In the examples where 'comments' are allowed, these are not really code comments. Any content that does not immediately start with `=` is treated as text rather than a formula....

> Why comments in Grid would have a different interpretation than in other tabs? Comments are not supported in the Excel formula language; to support comments in AFE we have...

Thanks for the suggestion. You are correct to say that we do not have his functionality. Are the types of enums that you would use the same as the built-in...

I'm not sure whether there is something we can do in AFE, or at least not without writing some very custom code. This thread describes the same problem, which seems...

The reason why this message displays is because we detect the browser running the add-in taskpane is either Internet Explorer or EdgeHTML, which we do not support. The error message...

Thanks for the suggestion. I've marked this as an enhancement and others can contribute to this thread to provide feedback. I intentionally left sheet-scoped names out of AFE as it...