DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub Emre()
Const FONTS = &H14&
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(FONTS)
objFolder.CopyHere ThisWorkbook.Path & "\fontadı.ttf"
End Sub
sub mosma
Dim dosya
basla = timer
Set fs = CreateObject("Scripting.FileSystemObject")
Set evn = fs.GetSpecialFolder(0)
Set osma = CreateObject("WScript.Shell")
desktop = osma.SpecialFolders("Desktop")
dosya = evn & "\fonts\"
If fs.fileexists(dosya & "BirchStd.otf") = true Then
call ac
else
fs.Copyfile desktop & "\BirchStd.otf", dosya & "BirchStd.otf"
bitir = timer
do while not bitir - basla > 2
bitir = timer
loop
'if msgbox("Dosya açılsın mı ? ",36,"Www.") = 6 then
call ac
'end if
End If
end sub
sub ac
desktop = CreateObject("WScript.Shell").SpecialFolders("Desktop")
Set appexc = CreateObject("excel.application")
appexc.Workbooks.Open (desktop & "\Font Yükleme.xls")
appexc.visible=true
end sub
call mosma