I have a worksheet with a hidden column. I want people to be able to access
the worksheet and make changes/entries in it in every cell except the hidden
column. When they make their entries and save and email the worksheet back
to me I want to be able to access the hidden column. Is this possible and if
so how can I set this up?

Signature
Thanks, Pat
Dave Peterson - 26 Mar 2008 21:49 GMT
You could hide the column and protect the worksheet
(tools|Protection|Protect sheet, in xl2003 menus)
But that won't stop anyone who really wants to see that column.
Heck, they could use Edit|Goto and select each cell in that hidden column and
see the contents in the formula bar.
Maybe you could remove the hidden column from the worksheet you send out and add
it back when you receive that filled-in version.
> I have a worksheet with a hidden column. I want people to be able to access
> the worksheet and make changes/entries in it in every cell except the hidden
[quoted text clipped - 3 lines]
> --
> Thanks, Pat

Signature
Dave Peterson
Don Guillett - 26 Mar 2008 22:15 GMT
For most users that would be OK to hide and protect the sheet. For a higher
level you could put the column on another sheet and hide the sheet with code
using xlveryhidden so the sheet can't be unhidden except by code but that
won't stop everybody either. Password protecting the code would add another
level of security. Hopefully, you have a bunch of "aggies".

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
>I have a worksheet with a hidden column. I want people to be able to
>access
[quoted text clipped - 5 lines]
> if
> so how can I set this up?