Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
Id like to know if it is possible to hide sheet based on ntname(ntname in my section access is =actice directory group).
When I used condition if(match(osuser(),domain\user),1,0) it works fine but I cant replce domain\user on domain\group
Hi,
you can try this on sheet properties, general, conditional display:
=wildmatch(OSUSER(),'*USER*')
PS: you can find user using osuser() on a textbox for example.
I dont need to hide sheet from a user but from a group from active directory
maybe this can help