Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I am trying to export a group of text boxes (without loosing the format) to excel. But the server where I will publish the QV report won't accept macros.
I am trying to have the right click >Export to excel functionality for all the fields at the same time.
Is this possible without a macro?
thanks in advanced.
 
					
				
		
 wallerjc
		
			wallerjc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Not realy how you're imagining.
NPrinting can solve this easily, but if you don't have that, can you build some kind of table with the values in?
Is it not acceptable to have the user export from there?
 Aurelien_Martin
		
			Aurelien_MartinWithout macro is not possible ;(
But if you have NPrinting On-Demand you can create a template and export to Excel
Aurélien
 
					
				
		
How can I do this with a macro, I have something like this:
Set obj = ActiveDocument.GetSheetObject("CH02")
 obj.SendToExcel 
This only allows me to export the pivot table, what else should I add to export other text boxes with the previous table? can I set an specific column row?
 
					
				
		
Is it not acceptable for the application to do it? or QV won't accept use that?.
I have created a kind of template with text boxes, so I cannot put them in a table.
I couldn't use NPrinting neither.
 
					
				
		
 mayankraoka
		
			mayankraoka
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can use reporting tab on top and create it as per your need..
On Oct 21, 2016 9:12 PM, "Roberto Cespedes" <qcwebmaster@qlikview.com>
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Take a look here: QlikTip #32: Exporting multiple QV objects to a single Excel document.
- Marcus
 
					
				
		
Hi Marcus,
I have tried that, but I got the following error:
Type mismatch: 'copyObjectsToExcelSheet'
And QV marks this expression:
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)
Any idea?
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You need to take the whole code from the download-example and not only the code-snippets from the posting itself:
http://www.qlikblog.at/wp-content/uploads/2011/03/qlikblog_ExportToMultipleExcelSheets.zip
- Marcus
 
					
				
		
Still not working, I have downloaded the file, but when hit on the links it open the edit module and does not do anything.
I allowed to use the macros but the file is not working.
