edit template crashes when trying to add data labels from cell values
I am creating a scatter chart in an excel template.
In the template editor I add n chartxxx to tables.
Then I move three fields to the excel template and insert them as a table.
Then I create a scatter chart
seriesname : Sheet1!$C1$1
x values : Sheet1!b$2:B3
y values : Sheet1:c$2:C3
When I run a task with this template the output is correct.
When I want the scatter-chart to use the labeltext from cell values I get a message that excel is going to be restarted, and I have to restart my computer
because I get errors like 'the RPC server is unavailable'
Entering the range manually or selecting the range makes no difference.
How can i add label values from a range without crashing the template editor ?