Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Preventing Copy-command

How can I disable Copy-command in a sheet (or whole workbook). I have a
protected sheet that includes hidden columns (data which users are not
allowed to see), but if you copy the area to a new sheet, then all hidden
data become visible.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Preventing Copy-command

Hi,

This excellent code from Ken Puls does that but remember if macros are
disabled on startup then it doesn't work. If your data are that sensitive
then the only safe way is don't send it.

http://www.vbaexpress.com/kb/getarticle.php?kb_id=373

Mike

"djExcel" wrote:

How can I disable Copy-command in a sheet (or whole workbook). I have a
protected sheet that includes hidden columns (data which users are not
allowed to see), but if you copy the area to a new sheet, then all hidden
data become visible.

Any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Preventing Copy-command

Thank You for a quick answer. That example really helped me. Disabling macros
is not a problem, because I have all the data in a database and you need
macros to read the data.

"Mike H" wrote:

Hi,

This excellent code from Ken Puls does that but remember if macros are
disabled on startup then it doesn't work. If your data are that sensitive
then the only safe way is don't send it.

http://www.vbaexpress.com/kb/getarticle.php?kb_id=373

Mike

"djExcel" wrote:

How can I disable Copy-command in a sheet (or whole workbook). I have a
protected sheet that includes hidden columns (data which users are not
allowed to see), but if you copy the area to a new sheet, then all hidden
data become visible.

Any ideas?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Preventing Copy-command

Send only the visible data or send a pdf

For example
http://www.rondebruin.nl/mail/folder1/mail4.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"djExcel" wrote in message ...
Thank You for a quick answer. That example really helped me. Disabling macros
is not a problem, because I have all the data in a database and you need
macros to read the data.

"Mike H" wrote:

Hi,

This excellent code from Ken Puls does that but remember if macros are
disabled on startup then it doesn't work. If your data are that sensitive
then the only safe way is don't send it.

http://www.vbaexpress.com/kb/getarticle.php?kb_id=373

Mike

"djExcel" wrote:

How can I disable Copy-command in a sheet (or whole workbook). I have a
protected sheet that includes hidden columns (data which users are not
allowed to see), but if you copy the area to a new sheet, then all hidden
data become visible.

Any ideas?

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Preventing Copy-command

I guess a false sense of security is better than no sense of security at all
<g.

--
Regards,
Tom Ogilvy


"djExcel" wrote:

Thank You for a quick answer. That example really helped me. Disabling macros
is not a problem, because I have all the data in a database and you need
macros to read the data.

"Mike H" wrote:

Hi,

This excellent code from Ken Puls does that but remember if macros are
disabled on startup then it doesn't work. If your data are that sensitive
then the only safe way is don't send it.

http://www.vbaexpress.com/kb/getarticle.php?kb_id=373

Mike

"djExcel" wrote:

How can I disable Copy-command in a sheet (or whole workbook). I have a
protected sheet that includes hidden columns (data which users are not
allowed to see), but if you copy the area to a new sheet, then all hidden
data become visible.

Any ideas?

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
Preventing copy/paste on validated cells mbp Excel Discussion (Misc queries) 2 December 17th 09 06:18 PM
Preventing a command button from being clicked twice NDBC Excel Discussion (Misc queries) 2 June 27th 09 01:22 AM
preventing to save "copy of" tsmcbee Excel Discussion (Misc queries) 0 October 4th 06 06:31 PM
I want to combine a "match" command with a copy and paste command. alomega Excel Programming 1 February 9th 05 05:52 PM
Preventing Users from Modifying Custom Command Bars Vlad[_6_] Excel Programming 1 May 24th 04 08:04 PM


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