Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload doesn't work in Macro

I want to update some data from excel. Then I preload the excel document writting REPLACE LOAD. But webclient side user can not run this macro (folowing code). Although "Allow macro execution on server" and "Allow unsafe macro execution on server" is checked on the Management Console and On the document settings I set "Requested Module Security=System Access" and "Current Local Security=Allow System Access", Macro could not run on web client.

At design-time there is no problem.

Sub Reload

ActiveDocument.Reload

ActiveDocument.Save

End Sub

Thanks a lot for your help.

1 Reply
jerrysvensson
Partner - Specialist II
Partner - Specialist II

You should use EDX task for this.