Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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.
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.
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.