Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to make anybody disable to see the macro script of the QVW file if he/she can get this file and open it?
You can't hide it. You can surely password protect it under Document properties, but you can't hide it. Even with password protection, if somehow your macro hits an error, the script page will be opened automatically. So nothing much really.
If you really want to protect your code, you may look into compiling into a DLL an consuming it somehow in your VB Script. Good idea, but I haven't done it.
Rakesh
Thank you Rakesh, that's just I want.
I can set b Module Password in Document properties,then nobody can see my macro.