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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to set system access in the vbscript of a macro?

Hi,

I have a macro that requires System Access.  I don't want to burden the user to Ctrl Shift M.  I want the VBscript to set the system access itself.  Is this possible?

Thanks,

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Of course not. That would make it possible for code to give itself the priviliges to run when it shouldn't be allowed to run.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Of course not. That would make it possible for code to give itself the priviliges to run when it shouldn't be allowed to run.


talk is cheap, supply exceeds demand
Not applicable
Author

I didnt think so for that very reason.

I suppose a message box each time they enter the sheet to ctrl shift m will suffice.  Simple.