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

Lock a variable

I need to know how to execute a macro to lock a variable

I have this but it only works in one sheets, when I change of sheet the lock function stop to works

Sub Lock
Set q = ActiveDocument
q.LockAll
end sub

1 Reply
vupen
Partner - Creator
Partner - Creator

Call the same sub using the OnActivateSheet macro trigger.