- Katılım
- 2 Mart 2005
- Mesajlar
- 2,960
- Excel Vers. ve Dili
-
ev: Ofis 2007- Win Xp
iş: Ofis 2010- Win Vista
Kod:
Private Sub CommandButton1_Click()
Set s1 = Sheets("Sheet1")
Set s2 = Sheets("Vekal")
vr_st_no = s1.Range("b5").Value
If s2.Cells(vr_st_no, 21).Value <> "" Then
MsgBox "Satır Dolu"
Veri_Al
Exit Sub
Else
Veri_Ver
s1.Cells(5, 2) = s1.Cells(5, 2).Value + 1
Range("g4:n50").Select
Selection.ClearContents
Range("g4").Select
Veri_Al
[color="red"] '5 sn bekle kodu [/color]
s1.Range("a1").Value = " S O R G U L A İ Ç İ N B E K L İ Y O R ." '& [color="red"] kalansüre [/color]
BagKurSicNoSorg
End If
End Sub
Kodları 5 saniye bekletdikten sonra BagKurSicNoSorg işlemine geçmesi için nasıl kod yazılmalı
a1 ihücresinde kalan süre gösterilebilirmi
saygılarımla,
(forumda waiting diye aradoım ama sonuca ulaşamadım.)