Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
my macro query is given below
Sub CSVset sObject=ActiveDocumentset b=sObject.GetSheetObject("CH02")
b.Export "D:\Qlikview\filename.csv",";"
End Sub
this query send my CSV file with ";" delimter but i want it in "," delimiter.
IF I CHANGED MY QUERY LIK THIS
b.Export "D:\Qlikview\filename.csv",","
then my output looks like excel no delimiters.
How i will get comma delimiter for this any idea?
thx
works for me. I do get a comma separator.