Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some data in an excel workbook and I wish to write some code to
extract one line (not so hard!). Where the problem arrives is I don't want the user to see any of the other data in the worksheet (ever) - just that one line that is extracted. The macro (which would be converted to an add-in) would look like: Load workbook get one line of data close workbook But the user can hit <ctrl-break once the workbook is loaded and see/examine the worksheet. What is the most secure method to use so that the user cannot see the workbook? Would hiding the worksheets and protecting the book work and macros work? or alternatively would it be better to put the data into a database or csv file? Security is the paramount concern Any Help Appreciated Regards, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - security / limiting access | Excel Discussion (Misc queries) | |||
Excel 2007 .xlsm file. Macro Security options not available. | Excel Discussion (Misc queries) | |||
How do I open an Access file with a macro in Excel? | Excel Programming | |||
Access security and excel external data | Excel Programming | |||
Export Excel data to Access Security problem | Excel Programming |