Arkadaşlar elimde bir userform um var. burada bul butonu var. aşağıda kodu mevcut. verilerim tarih formatında (31.12.2006), anca çağırdığımda 12/31/2006 olarak geliyor. ben 31.12.2006 formatında gelmesini ve bu formatta düzeltmesini istiyorum.
Bul makrosu
Private Sub CommandButton3_Click()
sat = ComboBox2.ListIndex + 6
TextBox1 = Cells((sat, "a") tarih formatında çağırmasını istiyorum
TextBox3 = Cells(sat, "c") saat formatında çağırmasını istiyorum
ComboBox4 = Cells(sat, "d")
TextBox5 = Cells(sat, "e")
ComboBox3 = Cells(sat, "f")
TextBox7 = Cells(sat, "g")
Bul makrosu
Private Sub CommandButton3_Click()
sat = ComboBox2.ListIndex + 6
TextBox1 = Cells((sat, "a") tarih formatında çağırmasını istiyorum
TextBox3 = Cells(sat, "c") saat formatında çağırmasını istiyorum
ComboBox4 = Cells(sat, "d")
TextBox5 = Cells(sat, "e")
ComboBox3 = Cells(sat, "f")
TextBox7 = Cells(sat, "g")