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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

getting error 'Paste method of Worksheet class failed'

Hi,

My Macro creates an Excel file and copies data from one of the table objects to the Excel Sheet.

set MyTable = ActiveDocument.GetSheetObject("CH551")
set XLSheet = XLDoc.Worksheets(1)
MyTable.CopyTableToClipboard true
XLSheet.Paste XLSheet.Range("B" & MaxRowCnt)

I am getting an error 'Paste method of Worksheet class failed'.

please help

Labels (1)
0 Replies