Hi, I have a button that calls a Macro with this simple code:
Sub ReloadPrincipal ActiveDocument.Reload End Sub
When I want to press the button again, or another button, nothing happens.
I've tried to call another Macro, after the first one and it happens the same: nothing. In fact, I can´t even Edit the Macro, I have to close Qlikview.
Please elaborate the issue in more details - for example the used release and clients. To check if macros are in general executed you should rather call a msgbox "test" and not a reload which would need extra security rights - as user and within the document properties and also within the macro-editor. Not be able to launch the editor is a sign that either not the right permissions exists or that the editor-window might be hidden from other windows or just on the outside of the screen (it's not seldom especially within multi-monitor environments).