W
whornak
I am attempting to populate several columns in a single row but I can't get the values to seperate and appear in there respective columns. How do I insert a string into a row and avoid inserting all the data into each column.
I am writing the code in VFP 8.0 which is shown below.
xlSheet.Rows("14").Value = lcRowData
where lcRowData is:
'01/02/03','63032-021-15','LUXIQ FOAM 0.12% 15G','A2D016'
I tried several variations of delimited and seperated values, such as:
quote delimited comma seperated
quote delimited tab seperated
But nothing works.
Thanks in advance for any assitance.
I am writing the code in VFP 8.0 which is shown below.
xlSheet.Rows("14").Value = lcRowData
where lcRowData is:
'01/02/03','63032-021-15','LUXIQ FOAM 0.12% 15G','A2D016'
I tried several variations of delimited and seperated values, such as:
quote delimited comma seperated
quote delimited tab seperated
But nothing works.
Thanks in advance for any assitance.