I have been trying to export the contents of a straight table into a QVD file using a macro. While that works fine, I cannot get the append option to work in the ExportEx function. Has anyone found a way to get this to work as advertised?
I can add a date-stamp to the file instead to make the file unique, but then I am stuck with a long list of files which are not necessary. Code being used currently is:
I have been searching for how to get around this for a while. Tried the AppendExport function too, but didnt get the desired result. Also tried including all optional parameters to the ExportEx function just in case.