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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
sergio
Contributor III
Contributor III

Copy table to word

Hi to all, and thanks in advance for read this.

I was trying to copy a table from QV to word, but i can't paste it...i've this code, how could i continue??

Set objWord = CreateObject("word.application")



objWord.Visible true

Set

objDoc = objWord.Documents.Add()



Set

ActiveDocument.ActivateSheet("Fields"

)

objSelection = objWord.Selection



set table = ActiveDocument.GetSheetObject( "CH02" )

table.CopyTableToClipboard true



0 Replies