Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
enclosed is a qlik doc with an export bottom
it creates xls file for the table
I want to export only part of the table
not to include the first line and the first colomn
is it possible
thanks
gidon
The simplest way is after exporting into Excel to remove the first column and first row.
Add in your macro function Export four rows:
XLSheet.Rows("1:1").Select
XLApp.Selection.Delete -4162
XLSheet.Columns("A:A").Select
XLApp.Selection.Delete -4159
the export bottom apply a macro
The simplest way is after exporting into Excel to remove the first column and first row.
Add in your macro function Export four rows:
XLSheet.Rows("1:1").Select
XLApp.Selection.Delete -4162
XLSheet.Columns("A:A").Select
XLApp.Selection.Delete -4159
Hi Anton
I will try that
thanks
gidon
Hi ,
Is there any way to do it with out macro!!
-Hirish
Hi,
This may help You out with out using macros,
http://market.qlik.com/cia-report-manager.html
Check this,
Hirish