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 All

I need to Lock all my sheets executing a macro...

I have this, but only Lock the ActiveDocument, not the other sheets too.

Any body?

Sub Lock_Sheet
Set q = ActiveDocument
q.LockAll
end sub

0 Replies