Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
How do it? Creating excel file through macro from pivot with format as biff.
Kindly check the attached file and let me know If any issues.
Could you post a sample application?
I have two pivot tables.
It is necessary to insert them into Excel sheet and a lower second.
I put the first pivot through macro, define the number of lines in the first pivot and following in Excel file into a second table under the first table. But the format needs a biff.
That is a normal export will not do.
Fine. Could you post a sample file with what you have done (Macro) so far. It will be easy for me to help you further.
Ready. Reworked to not shine data...
Hi,
I've searched on Macro tutorial
sub Export()
set obj = ActiveDocument.GetSheetObject("CH01")
obj.ExportBiff "C:\Qlikview\test.xls"
end sub
Best regards,
Cosmina
Kindly check the attached file and let me know If any issues.