RE: Placing multiple values in 1 Excel cell Mark XY Brown 13.Mar.12 06:37 AM a Web browser Applications Development 7.0.3Windows XP
Create a variable to hold the field values.
Loop through the value within the field, adding them to the variable separated by Chr(10).
Dump the variable into the required cell.