In this Post tell you copy to clipboard  in Qlik   Go to Edit Module (Ctrl + M)   Copy past below Vbscript   Sub  Copy   ActiveDocument.GetSheetObject(" Object ID ").CopyValuesToClipboard  End Sub   Note : Object ID  give your object ID  Create a button in Action give Runmacro   Macro Name " Copy "   Create a table box add any Field and put this object id into above script.