Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Limit distribution of a spreadsheet

I have created a list of data in an excel spreadsheet that I would
like to distribute widely. Is there a way to stop someone from
forwarding or copying this spreadsheet once they get it? It will be
distributed through email.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Limit distribution of a spreadsheet

You could encrypt it.

But that doesn't take care of the case where someone opens, saves, and
sends.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Limit distribution of a spreadsheet

If someone can open your workbook, they can copy and distribute it.

In article .com,
wrote:

I have created a list of data in an excel spreadsheet that I would
like to distribute widely. Is there a way to stop someone from
forwarding or copying this spreadsheet once they get it? It will be
distributed through email.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Limit distribution of a spreadsheet

You're wondering if we have any ideas or suggestions.

You add a VBA function that makes it so that if the workbook is opened
off of your company's network it send you an email consisting of meta
data about the user's computer. You'd probably be able to get the
person's name.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Limit distribution of a spreadsheet

In article .com,
"
wrote:

You add a VBA function that makes it so that if the workbook is opened
off of your company's network it send you an email consisting of meta
data about the user's computer. You'd probably be able to get the
person's name.


Unless they have security set to high, in which case the VBA doesn't run.


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Limit distribution of a spreadsheet

If you are on a company network with a shared drive, place your file there
and then do the following:

1. Create an Intro sheet in your workbook
2. Set all other sheets to VeryHidden
3. Create a "Path" bomb. This verifies the path that the workbook was
launched from. If the value does not match, it closes the workbook.
4. Create a workbook open sub that verifies the path, and then unhides all
sheets.
5. Create a workbook before save sub that sets all sheets except the Intro
to VeryHidden.
6. Password protect your code.

What happens then is when the workbook is opened, the path is verified and
if it is OK, all sheets are made visible. If not, the path bomb closes the
workbook. If Macros are disabled, all they see if the Intro sheet.

If someone tries to save the sheet to another location, all sheets will be
veryhidden before the save. Then if someone tries to open the workbook from
email or other location the path bomb kicks in. Once again if macros are
disabled all they will see is the intro sheet because the before save sub
reset all sheets to veryhidden.
--
Thanks,
R Woltner


" wrote:

I have created a list of data in an excel spreadsheet that I would
like to distribute widely. Is there a way to stop someone from
forwarding or copying this spreadsheet once they get it? It will be
distributed through email.


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
How to export data from excel spreadsheet to outlook distribution Sally9227 Excel Discussion (Misc queries) 2 September 30th 09 08:58 PM
how to limit the Weight of any weight distribution Flawlesgem Excel Discussion (Misc queries) 5 March 8th 08 09:34 PM
how to limit the Weight of any weight distribution Flawlesgem Excel Worksheet Functions 1 March 7th 08 11:22 AM
Spreadsheet Limit Dennis1188 Excel Discussion (Misc queries) 3 March 8th 07 03:24 PM
the limit on how many rows can be in one spreadsheet liz Excel Worksheet Functions 2 March 4th 05 11:29 AM


All times are GMT +1. The time now is 06:48 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"