Hi to all
I attached a test file, a example written to learn the Jpoi library
Why SetRange does not work properly?
Thanks
I attached a test file, a example written to learn the Jpoi library
Why SetRange does not work properly?
B4X:
SetNamedRange(wb, "sheet1", "Range_name", "$A$2:$A$" & 20) 'set the range
SetNamedRange(wb, "sheet1", "Range_pieces", "$B$2:$B$" & 20)
Thanks