DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Declare Function GetVolumeInformationA Lib "Kernel32" _
(ByVal lpRootPathName As String, _
ByVal lpVolumeNameBuffer As String, _
ByVal nVolumeNameSize As Long, _
lpVolumeSerialNumber As Long, _
lpMaximumComponentLength As Long, _
lpFileSystemFlags As Long, _
ByVal lpFileSystemNameBuffer As String, _
ByVal nFileSystemNameSize As Long) As Long
Sub Auto_Open()
Dim i As Integer
Dim j As Integer
Dim SerialNumber As Long
Application.ScreenUpdating = False
Application.EnableCancelKey = xlDisabled
'Şifre Bölümü
GetVolumeInformationA "C:\", vbNullString, 0, _
SerialNumber, 0, 0, vbNullString, 0
If SerialNumber <> [B][COLOR="Blue"]xxxxxxxxx [/COLOR][/B]Then
MsgBox "Kopya Program Kullanıyorsunuz...", vbCritical, "D i k k a t . . . !"
MsgBox " Lütfen 0 xxxxxxxx no.lu telefondan dEdE'yi arayınız.. Hata Kodu : " & SerialNumber, vbInformation, "Bilgi İçin"
ActiveWorkbook.Close
End If
Application.EnableCancelKey = xlDisabled
'Deneme süresi verme bölümü
Worksheets("Sayfa1").Range("A1") = Worksheets("Sayfa1").Range("A1") + 1
If Worksheets("Sayfa1").Range("A1").Value > 5 Then
MsgBox "Deneme Süreniz Doldu. Lütfen 0 xxxxxxxxx no.lu telefondan dEde'yi arayınız.. ", vbCritical, "ÜZGÜNÜM"
auto_close
End If
End Sub
Sub auto_close()
Application.ScreenUpdating = True
ActiveWorkbook.Save
Application.Quit
End Sub
Bir alternatifte benden olsun,Arkadaşlar hazırladığım excel kitapçığının başka bir makinada çalışmaması için ne yapabilirim.