Script event change value

Francesco Cannone 0 Reputation points
2024-04-26T10:49:41.83+00:00

Hi everyone!!

I created my first script, very easy, I ask if it is possible to activate the script when changing a value in a table in the folder.

Thank you

function main(workbook: ExcelScript.Workbook) { // Refresh all data connections workbook.refreshAllDataConnections(); // Row height workbook.getWorksheet("Matrice").getRange("A4").getFormat().setRowHeight(200 * 3 / 4); workbook.getWorksheet("Matrice"). getRange("F5:F1000").getEntireColumn().getFormat().setHorizontalAlignment(ExcelScript.HorizontalAlignment.left); }

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,318 questions
0 comments No comments
{count} votes