Problems Creating a Trial Version Macro

rflyr98

New Member
Joined
Sep 24, 2006
Messages
6
I am attempting to create a "Trial Version" of my workbook that will only open "x" amount of times. I have a working model but really just making multiple copies of the workbook before the trial version ends beats my system.

It runs a sub on open , adds 1 to my "opened "X" times" variable and closes the workbook if my variable is more than 10.

Is there a way to have an external file could be used to keep my count?
That way any copy of the workbook that is opened would add to the count.

Many thanks to anyone that can help, for now im going to try to go answer some simpler questions i might be able to help with.

This is a great place and I want to contribute my part as well.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Is there a way to have an external file could be used to keep my count?

That way any copy of the workbook (on any given PC) that is opened would add to the count.

If you store an ID in your workbook and store the "Open Count" on a remote server, this would be better. However, it would require internet access, firewall considerations, ect... Most users would not have a problem with this.

See this post for info on using the registry.
http://www.mrexcel.com/board2/viewtopic.php?t=231274&highlight=registry

See the help files for:
GetSetting, and SaveSetting. There are a few other functions for the registry as well...
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,473
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top