Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
DİKKAT !
Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak Dosya Yükleme tamamen ücretsizdir.
Sub binalar()
On Error Resume Next
Dim ds, dc, f
yol = Left(ThisWorkbook.Path, Len(ThisWorkbook.Path) - 8) & "\REVİZYON\2022"
Set ds = CreateObject("Scripting.FileSystemObject")
Set f = ds.GetFolder(yol)
Set dc = f.Files
i = 0
ReDim dizi(0)
For Each dosya In...