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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add rows to excel

hi guys,

I need to know a macro code to add rows in excel by the qlick view,

My code paste a table from qlick view to excel but I need insert some empty lines in the middle of table.

Does anyone know how to do that?

I use the function below to add workbooks, but rows I dont know

Set objExcelDoc = objExcelApp.Workbooks.Add

Thanks.

3 Replies
ThornOfCrowns
Specialist II
Specialist II

You'd probably have to shell out to take control of the Excel sheet, then apply normal Excel VBA, then return back to QV, I imagine.

Not applicable
Author

How can I do that?

Not applicable
Author

I found the expression tks all.

objExcelDoc.Sheets(sheetName).Rows("313:313").Insert