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: 
christian77
Partner - Specialist
Partner - Specialist

Export does not work

Hi, I'm doing a macro to export to qvd and it does not work.

Any suggestions?

Sub Export

     ActiveDocuement.UnlockAll

     ActiveDocument.ClearAll True

     set obj = ActiveDocument.GetSheetObject("Invoices")

     obj.ExportEx "Invoices.qvd", 4

end sub

4 Replies
ThornOfCrowns
Specialist II
Specialist II

Is your code throwing an error or just not doing anything?

christian77
Partner - Specialist
Partner - Specialist
Author

It opens the macro module and stops there.

In the check line says ***Ready***.

The I beam is blinking at the end of end sub.

System Access is been given to Module Script.

christian77
Partner - Specialist
Partner - Specialist
Author

I may have forgoten to check some configuration or something...

Here is the example.

I use 11.2 SR4

christian77
Partner - Specialist
Partner - Specialist
Author

Table Boxes are not to export with that code.

Use a Simple table chart.

knock yourself out