Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

getrange

  1. B

    JavaScript WorkSheet.getRange not working

    This is the code: function main(workbook: ExcelScript.Workbook) { // Access the data sheet let dataSheet = workbook.getWorksheet("Data"); // Access the form sheet let formSheet = workbook.getWorksheet("TEF3202"); // Access the range containing form fields let formRange =...
Back
Top Bottom