View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Lock sheet to certain pc

This will get you the MAC address
http://vbnet.mvps.org/code/network/macaddress.htm

NickHK

"Jasoni" wrote in message
...
Please help me how to make a protection to lock excel sheet to work only

in
certain PCs.
When opening a worksheet it could be in a auto_open code and check for
example MAC-address of the PCs lan adapter.
After comparing allowed MAC-addressed macro should then either close sheet
or allow it to be opened.
If its hard to lock to MAC-address, anything else check will do fine, this
protection isn't intended for the profesionals, only for normal endusers.

Jason