LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Try Before You Buy Spreadsheet

I have been trying to develop a method to allow a potential buyer to tr
an Excel Spreadsheet before buying. I would like to give the buyer 1
trys after which they could not access the speadsheet (I have coding t
do that).

However, I then want to send them a small file that they load (o
whatever) into Excel and it eliminates, (deletes, voids, or what ever
the vba coding that did not permit further uses.

They can then use the Workbook Template without restriction.

The vba coding I'm using is as follows:

Sub Auto_Open()
MaxUses = 5

Application.DisplayAlerts = False

Sheets(1).Cells(1, 1).Value = Sheets(1).Cells(1, 1).Value + 1

If Sheets(1).Cells(1, 1).Value < MaxUses Then ThisWorkbook.Save

If Sheets(1).Cells(1, 1).Value MaxUses Then

MsgBox "Please contact the author for an updated version"
vbOKOnly, "Whoa Partner"

ThisWorkbook.Close
End If
End Sub

Any ideas would be appreciated.

Dic

--
Message posted from http://www.ExcelForum.com

 
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
link a local spreadsheet to a network shared spreadsheet Leo Setting up and Configuration of Excel 1 March 21st 08 10:37 AM
Attach a Spreadsheet File to a Cell in Another Spreadsheet roadkill Excel Discussion (Misc queries) 1 May 9th 07 05:20 PM
conversion of MS Works Spreadsheet to Excel 2002 Spreadsheet Kellie Excel Discussion (Misc queries) 1 March 24th 05 06:31 PM
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? oil_driller Excel Discussion (Misc queries) 1 February 8th 05 09:34 AM
How to open another Excel spreadsheet to copy data into current spreadsheet ? Ricky Pang Excel Programming 0 July 13th 03 01:59 PM


All times are GMT +1. The time now is 05:21 PM.

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

About Us

"It's about Microsoft Excel"