Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Store hidden information in Excel throw Add-In

I want to create an VSTO Add-In and i want to store some information in excel
files that only the Add-In can access.

Is there a way?

Right now i store them on a sheet witch is not the ideal solution
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Store hidden information in Excel throw Add-In

You can't make it totally secure if you're using Excel, but you can make it
hard to access.

Sometimes I store data in a separate workbook, save the workbook as an
add-in, so the user cannot see it when it's first opened in Excel, password
protect the VB project so it cannot easily be converted to a regular
workbook (and made visible), and I'll use a different extension that isn't
associated with Excel so the user doesn't even think to open it in Excel.

I don't like storing information in a working add-in, since every change
means the file save time and date changes too, and it's harder then to check
versions.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"ARHangel" wrote in message
...
I want to create an VSTO Add-In and i want to store some information in
excel
files that only the Add-In can access.

Is there a way?

Right now i store them on a sheet witch is not the ideal solution



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
store inventory sheet(ex:sports equipment store) vardan Excel Worksheet Functions 1 October 11th 06 12:51 AM
How do I set up a formula to throw out the 2 lowest scores? Rineay Excel Worksheet Functions 1 June 15th 06 05:08 PM
Information hidden when I press F2 Gazzr Excel Discussion (Misc queries) 1 April 20th 06 02:24 PM
How do I copy information and skip hidden cells? unfrgvn82 Excel Discussion (Misc queries) 3 February 25th 06 12:09 AM
store some of the information from one cell into another bsantona Excel Discussion (Misc queries) 1 February 10th 05 02:35 PM


All times are GMT +1. The time now is 12:50 PM.

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

About Us

"It's about Microsoft Excel"