Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Allowing only one or two viewings of a worksheet?

I have made a macro that only allows a viewer to view a worksheet I've sent them once or twice, but I need to send it to someone who cannot run macros. Is there a non-vb way to only allow a person to view a worksheet once or twice (to clarify I want to send a sample sheet that will not be passed around).
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Allowing only one or two viewings of a worksheet?

Nope - not without some form of programming
The best way is to use a simple event macro behind the sheet that counts the number of times the sheet is opened - and when a set number is reached - it hides the sheet (idealy using xlveryhidden so the user cannot unhide it
This is simple to write and does not require any interaction from the user
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
allowing sort in protected worksheet rohit Excel Discussion (Misc queries) 1 October 28th 09 01:25 PM
Allowing row deletion in worksheet with locked cells MT Excel Discussion (Misc queries) 2 July 16th 09 04:06 AM
Allowing insert pictures in a protected worksheet GeekGirl Excel Discussion (Misc queries) 0 April 3rd 09 11:54 AM
How do I lock a worksheet while allowing users to add comments? Kidspirit Excel Discussion (Misc queries) 1 December 1st 05 12:22 AM
Not allowing an Excel Worksheet to be opened in Word John[_73_] Excel Programming 5 January 20th 04 11:41 PM


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