BusinessObjects Board

Export specific tab (report) to excel from multi-tab DeskI

I have a multi-tab DeskI report. Using VBA, I want to export only one specific tab to excel, not all of them. Please advise if and how this can be done.


ljpitre :us: (BOB member since 2008-04-24)

There is a similar add-in the downloads section of BOB, check here

.


haider :es: (BOB member since 2005-07-18)

This should do it …

ThisDocument.Reports("tab name").ExportAsExcel("filename.xls")

Dwayne Hoffpauir :us: (BOB member since 2002-09-19)