Aug 04 2023 07:38 AM
Hello all,
I have encountered a challenge. My goal is to ensure that when a user inserts a new row into table A, the same row should be added to table 2. Both tables are present in the same file but on different worksheets.
Aug 04 2023 11:27 AM
Unfortunately, Excel for the web does not support VBA, which means you cannot use macros to automatically insert a row in one table when a row is inserted in another table. VBA macros are only available in the desktop version of Excel.
However, you can use some workarounds to achieve a similar result in Excel for the web:
While these workarounds may not offer the same level of automation as VBA macros, they can help you synchronize data between two tables in Excel for the web.
The text was created with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Aug 07 2023 08:31 AM
Greetings @NikolinoDE
I'm very grateful for your assistance.
I've given Power Automate a try, but I'm struggling to identify the suitable trigger. Do you have any suggestions or insights?
Thank you kindly.
Aug 07 2023 08:29 PM
Aug 08 2023 04:37 AM
Not sure what @NikolinoDE meant, to my knowledge the only trigger on the content is
but that's manual work. Never tested it. The rest is on the file level, when it was created/modified. Here you may extract created/modified rows compare with previous version of the file, such workaround is here When an Excel row is created, modified, or deleted... - Power Platform Community (microsoft.com). Perhaps other solutions exist, but in any case that's not straightforward way.