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: 
Not applicable

Export multiple objects to one excel spreadsheet

I need some help to export multiple objects from my application (one sheet) to one excel spreadsheet.

I know that the efficient way to do it is with a macro, but I  don't know too much about macros yet.

I would appreciate a lot any help/solution provided

Thanks!

2 Replies
el_aprendiz111
Specialist
Specialist

Hi,

1 example:

sub send_Excell

SET CHART = ActiveDocument.GetSheetObject("CH27")

SET X = Chart.GetProperties

CHART.SendToExcel

SET CHART=NOTHING

SET X = NOTHING

end sub

trdandamudi
Master II
Master II

Below is the link to the solution you need: Also I am attaching the file... Hope this helps.

Macro to export multiple tables in to single excel