in reply to Re: Unable to get the select property of the range class...
in thread Unable to get the select property of the range class...
(Thanks)
I changed it to this (I realized I didn't need the select() method to do the rc[-3] type thing) and it worked fine:
$rest = 2*$Meas+4; $imc = 2*$Meas+3; $avg->Range(xl_rowcol_to_cell($j-1,2*$Meas+5))->{Value} = "=ABS(RC[-$rest]-RC[-$imc])"; ..etc..
|
|---|