Forum Discussion

kchampion's avatar
kchampion
New Contributor III
10 months ago
Solved

SetDataCellsUsingMemberScript does not write all list items

Hello All, SetDataCellsUsingMemberScript() seems to only write the last value added to list.  I am successfully adding 14 records to the objMemberScriptValues list (I can loop through them and see ...
  • MarcusH's avatar
    9 months ago

    You need to move this line to be before the For loop starts:

    Dim objMemberScriptValues As New List(Of MemberScriptAndValue)