I want to export a QV object transposed to an excel worksheet with a macro: I wrote the following test macro where first I export with send to excel and after with a past function: the oprion TRANSPOSE:= TRUE is refused by QV. Can someone help me please?
set XLApp = CreateObject("Excel.Application") XLApp.Visible = True set obj = ActiveDocument.getSheetObject("CH06")