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

Lock and Unlock

I need to know how to Lock and Unlock all the sheets that I have executing a macro.

I have

Sub Lock
Set q = ActiveDocument
q.LockAll
end sub

And this Lock the active document

How I do to block the rest of the sheets that I have???

Labels (1)
0 Replies