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

Macro not working on ZFC Client - URGENT !!!!!

Hello,

I am using macros to create excel files and populate them from different objects in my application.

I can create the Excel file , adding sheets , but , we it comes to copy information from QV to Excel , it does not work using the ZLC Client (it works locally and using the plugin).

Thanks for your help!

here is the part of the macro that does not do anything using the ZFC Client

ActiveDocument.GetSheetObject("CH61").CopyTableToClipboard True


XLApp.Worksheets.Add().Name= "Scope"
XLApp.Worksheets("Scope").Range("A1").Select()
XLApp.Worksheets("Scope").PasteSpecial
XLApp.Worksheets("Scope").Cells.EntireColumn.AutoFit
XLApp.Worksheets("Scope").Cells.EntireRow.AutoFit
XLApp.Worksheets("Scope").cells.WrapText = false

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

I CHANGED THE WAY THE MACRO WORK AND THE PROBLEM IS NOW SOLVED. I AM NOT USING COPY TO CLIPQBOARD ANYMORE.

View solution in original post

1 Reply
Not applicable
Author

I CHANGED THE WAY THE MACRO WORK AND THE PROBLEM IS NOW SOLVED. I AM NOT USING COPY TO CLIPQBOARD ANYMORE.