Excel to protected application? Unique Computer ID

M

Matt

I have a excel spreadsheet that ideally I would like to run as a standalone
application.

Is it possible to do this?

I want to distribute by disk - but restrict the use of the to a specific pc.

Is it possible to locate a Unique Computer ID variable in Excel (such as MAC
address) to implement a key system?

Any help appreciated.
 
H

Harlan Grove

David McRitchie said:
....

It's been around a while longer.

http://groups-beta.google.com/group/comp.apps.spreadsheets/msg/ff1a98111e7cd5d7

And I believe it originated in some VBA magazine article from the mid 1990s.
The big differences between the cited web page and the linked article is the
length of the buffer and the failure of the former to check error status.
BIG MISTAKE not to check for error returns from API calls, so BIG MISTAKE to
cite that particular web page.
 
D

David McRitchie

Thanks Harlan, I changed reference on my page to the page you identified.
 
Top