Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
warfollowmy_ver
Creator III
Creator III

macro pivot to excel with format as biff

Hi all!

How do it? Creating excel file through macro from pivot with format as biff.

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Kindly check the attached file and let me know If any issues.

View solution in original post

6 Replies
tamilarasu
Champion
Champion

Could you post a sample application?

warfollowmy_ver
Creator III
Creator III
Author

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.

tamilarasu
Champion
Champion

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.

warfollowmy_ver
Creator III
Creator III
Author

Ready. Reworked to not shine data...

Anonymous
Not applicable

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

tamilarasu
Champion
Champion

Kindly check the attached file and let me know If any issues.