You can protect the project within the VBE.
Tools|VBAProject Properties|Protection tab
give it a memorable password.
You can protect worksheets within excel.
tools|protection|protect sheet
Be aware that this kind of protection is easily broken--but it's the best you
can do if you stay within excel.
Dave Peterson Wrote:
> You can protect the project within the VBE.
> Tools|VBAProject Properties|Protection tab
[quoted text clipped - 8 lines]
>
> Dave Peterson
Thanks Dave but this doesn't help. If I protect the sheet I canno
modify any cell manually or by macros which my game needs to do. If
"unlock" the cells ( which I want to write through macros or manuall
as required by the game ) before I protect the sheet, I am only allowe
to change the contents of the "unlocked" cells but not formatting etc.
need full access to change contents, formatting. In brief, all the cell
on the sheet which are not required to be changed while playing the gam
should be fully locked but all the cells which get modified by macros o
by the player should be fully accessible for changing values as well a
formatting.
Thanks
A V Veerka
Dave Peterson - 12 Jan 2006 14:24 GMT
xl2002 offered a lot more options when the worksheet is protected--you can allow
formatting changes, insertion/deletion of rows/columns. xl2002+ gives you much
more control.
If you're using xl2k or below, the most common suggestion would be to give the
users a set of macros that allow them to do only what you want. Your macros can
unprotect the sheet, do the work, and reprotect the sheet.
> Dave Peterson Wrote:
> > You can protect the project within the VBE.
[quoted text clipped - 29 lines]
> avveerkar's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=30338
> View this thread: http://www.excelforum.com/showthread.php?threadid=500506

Signature
Dave Peterson
avveerkar - 13 Jan 2006 02:44 GMT
Dave Peterson Wrote:
> xl2002 offered a lot more options when the worksheet is protected--you
> can allow
[quoted text clipped - 13 lines]
>
> A V Veerkar

Signature
avveerkar