You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Spreadsheet::WriteExcel
Dear all,
Is there any way we can disable cell of excel 2007
spreadsheet so that user can only see the changes and cannot write it
in the cell ?
jmcnamara
unread,
Jul 1, 2009, 1:43:46 PM7/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Spreadsheet::WriteExcel
Hi,
You can achieve this effect by locking the cell via the cell "locked"
format and setting worksheet protection on via the "protect()" method.
See the following section of the docs: