Forum Discussion
LearnExcelScript
Sep 27, 2023Copper Contributor
Problem ExcelScript in excel files with compatibility mode 97-2003
I don't really know if this is the problem, but after many times of trying to run the most simple lines of code in Excel Typescript, function main(workbook: ExcelScript.Workbook) { const shee...
- Sep 27, 2023
LearnExcelScript I hoped to find an answer here:
https://learn.microsoft.com/en-us/office/dev/scripts/testing/platform-limits
but it does not mention the Excel file type.
SergeiBaklan
Sep 27, 2023Diamond Contributor
MichelleRanMSFT
Microsoft
Sep 27, 2023Ah, I see - there does indeed appear to be a bug with the getUsedRange API when run on workbooks in compatibility mode. We've logged a bug with the relevant team, although we don't have a timeline to share at the moment. Thanks for reporting this!
- SergeiBaklanSep 27, 2023Diamond Contributor
MichelleRanMSFT Hope you fix it sooner or later, thanks.