Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian Ian is offline
external usenet poster
 
Posts: 109
Default Protecting Hidden Areas

Having hidden cells and columns on a worksheet, when I turn my workbook file
into an Addin are the options to UNHIDE these cells/columns active to a user
of the Addin. If so, is there any way to lock the user out of "fiddling" with
my formatting?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Protecting Hidden Areas

"Ian" wrote in message
...
Having hidden cells and columns on a worksheet, when I turn my workbook
file
into an Addin are the options to UNHIDE these cells/columns active to a
user
of the Addin. If so, is there any way to lock the user out of "fiddling"
with
my formatting?


Hi Ian,

All sheets in an add-in are invisible to the user. If you need to keep a
worksheet visible it will have to be part of a normal workbook. You can
prevent casual users from accessing hidden rows and columns by protecting
the worksheet, but this is very simple to get around.

It would be better to store sensitive data in a separate worksheet and
set the Visible property of that worksheet as xlSheetVeryHidden using VBA or
the Properties window for that worksheet in the Visual Basic Editor. You can
add an additional layer of safety by protecting the VBAProject for that
workbook using the Tools/VBAProject Properties menu in the Visual Basic
editor. However, all of these methods (and any method that involves Excel
alone) can be broken by a knowledgeable and/or determined user.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
protecting formulas without protecting sheet so grouping still wor JM Excel Discussion (Misc queries) 1 June 4th 09 06:42 AM
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da Tammy Excel Discussion (Misc queries) 3 April 2nd 09 11:40 PM
Protecting only Hidden Rows on a Spreadsheet Kathleen Excel Worksheet Functions 1 October 2nd 07 10:34 PM
Protecting buttons with VB code rather than protecting sheets/books? StargateFanFromWork Excel Programming 2 July 16th 04 04:03 PM
Saving hidden data with a worksheet (preferably without using a hidden sheet) Dick Kusleika[_3_] Excel Programming 2 January 21st 04 04:39 PM


All times are GMT +1. The time now is 06:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"