Closed ndreisg closed 7 months ago
Hi @ndreisg , thanks for logging this issue. To better assist you, could you please share the APIs you called in JS Add-in to change worksheet content?
Sure. We are using Range.values API to change the worksheet content. Here is a sample gist made with Script Lab: https://gist.github.com/ndreisg/5d4f8499cd60d8c98ab3e353f63c9876 which can be used to reproduce the issue.
Oops accidentially closed 😅
Thanks @ndreisg , the issue is reproducible from my side, it has been put on our backlog VSO#5441621, will let you know if we have any updates.
@ndreisg We are doing a survey to understand the pain points of add-in’s developing experience. Would you mind to help fill this survey https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR5eAlIUFFQFHqE95qTMqQuVURVE4QkZPREoxOEk1TFEySDMyQTc0U0o0Ti4u ? It should take less than 5 minutes and will be supper helpful for us. Thank you!
@gergzk I think this should be closed as "fixed" At least in the latest MS365 version it's working as expected.
@ndreisg - thanks for testing!
Worksheet_Change events stopped working
Your Environment
Expected behavior
Worksheet_Change events should be triggered by Add-In changes.
Current behavior
Changes made by an office-js Add-In are not triggering the VBA Worksheet_Change event anymore. This was working until recently and stopped working when I installed the latest Office updates.
Steps to reproduce
Context
We have many customers which are using VBA Macros and are relying on the Worksheet_Change event to be triggered by Add-In changes. Customers already reported the issue to us.