this topic is related to persons who developing excel add-ins using javascript api.
How can I display message via console.log(`The address of the selected range is "${range.address}"`);
in VSCODE console or debug console?
this topic is related to persons who developing excel add-ins using javascript api.
How can I display message via console.log(`The address of the selected range is "${range.address}"`);
in VSCODE console or debug console?
This is solution to my problem:
https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-using-f12-developer-tools-on-windows-10