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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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