R
Ruskin Hardie
Hi all,
I have done a bit of development work using VBA in Excel (2000). But now I
want to stop the code from being "viewable" and "editable". Have tried using
the workbook and worksheet protection menu options, but can still push
ALT-F11 and edit the code... Have looked around the VBA side as well as the
Excel side, for any type of protection of the code. The help says I can use
the protect method, eg:
ActiveWorkbook.Protect Password:="mypassword"
Have tried this with UserInterfaceOnly:=False as well as some of the other
available arguments (such as Contents, Scenarios), but with no luck...
Can anyone point me in the right direction for this...
Thanks in advance,
Ruskin...
I have done a bit of development work using VBA in Excel (2000). But now I
want to stop the code from being "viewable" and "editable". Have tried using
the workbook and worksheet protection menu options, but can still push
ALT-F11 and edit the code... Have looked around the VBA side as well as the
Excel side, for any type of protection of the code. The help says I can use
the protect method, eg:
ActiveWorkbook.Protect Password:="mypassword"
Have tried this with UserInterfaceOnly:=False as well as some of the other
available arguments (such as Contents, Scenarios), but with no luck...
Can anyone point me in the right direction for this...
Thanks in advance,
Ruskin...