Office Scripts


Selecting

Excel.run(function (context) {

context.workbook.names.getItem("myData").getRange().select();

return context.sync();

}).catch(function (error) {

console.log(error);

});


© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext