Posted by: jpfreire <jpfr...@gmail.com>
Hi all,
I'm trying to set cell values by their index
While nCol < nMAXCOL
Set tblAccounts[nCol] = vector[nCol]
Set nCol = nCol + 1
instead of using their names...
Set tblAccounts.Payment01 = vector[1]
Set tblAccounts.Payment02 = vector[2]
Set tblAccounts.Payment03 = vector[3]