Makroyu 5 sn Durdur ve devam et

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&#305;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  &#304; &#199; &#304; N   B E K L &#304; Y O R ." '&  [color="red"] kalans&#252;re [/color]

BagKurSicNoSorg
End If
End Sub
K&#305;rm&#305;z&#305; sat&#305;rlar
Kodlar&#305; 5 saniye bekletdikten sonra BagKurSicNoSorg i&#351;lemine ge&#231;mesi i&#231;in nas&#305;l kod yaz&#305;lmal&#305;

a1 ih&#252;cresinde kalan s&#252;re g&#246;sterilebilirmi

sayg&#305;lar&#305;mla,
(forumda waiting diye arado&#305;m ama sonuca ula&#351;amad&#305;m.)
 

Levent Menteşoğlu

Administrator
Yönetici
Admin
Katılım
13 Ekim 2004
Mesajlar
16,058
Excel Vers. ve Dili
Excel 2010-32 bit-Türkçe
Excel 365 -32 bit-Türkçe
A&#351;a&#287;&#305;daki sat&#305;r&#305; ilgili yere ilave edin.

Kod:
Application.Wait Now + TimeValue("00:00:05")
 

Mahmut Kök

Özel Üye
Katılım
14 Temmuz 2006
Mesajlar
878
Excel Vers. ve Dili
Excel 2007 - Türkçe
Bununla ilgili bir örnek kodu BURAYI tıklayarak, size gönderdiğim 4. iletide de görebilirsiniz.
 
Katılım
2 Mart 2005
Mesajlar
2,960
Excel Vers. ve Dili
ev: Ofis 2007- Win Xp
iş: Ofis 2010- Win Vista
Bununla ilgili bir &#246;rnek kodu BURAYI t&#305;klayarak, size g&#246;nderdi&#287;im 4. iletide de g&#246;rebilirsiniz.
bende g&#246;rd&#252;m ama nerde g&#246;rd&#252;m diyordum

bu kodlarda nereye konacak peki o bekleme
Kod:
    Const URL As String = "http://www.bagkur.gov.tr/sigortali/adSoyArama.shtml"

Sub BagKurSicNoSorg()



    'BagKur' dan sorgulama ....
    '28/06/2006 - Raider &#174;
    '
    'Dim Data(1 To 3) As String  ' Raider &#174; Sat&#305;r&#305;
    Dim Data(1 To 4) As String   'Edt_Hsyar
    Dim IE As Object
    Dim Temp As Variant
    Dim i As Integer, j As Integer
    Dim HTML_Body As Object, HTML_Tables As Object, MyTable As Object
    Dim HTML_TableRows As Object, HTML_TableDivisions As Object
    Dim RetVal As Variant
    Set s1 = Sheets("Sheet1")

...................
A&#351;a&#287;&#305;daki sat&#305;r&#305; ilgili yere ilave edin.

Kod:
Application.Wait Now + TimeValue("00:00:05")
te&#351;ekk&#252;r ederim
hocam h&#252;cre i&#231;erisinde geri sayma yapabilirmi peki
 
Üst