- Katılım
- 25 Aralık 2007
- Mesajlar
- 335
- Excel Vers. ve Dili
- exel 2000 türkçe
saygıdeger hocam ve arkadaslar
sorun alttaki kod ta sorun var ama bulamıyorum
Private Sub comboBox108_Change()
If ComboBox133 = 0 Then
If ComboBox133 = Empty Then
TextBox32.Value = Format(Val(ComboBox108.Value) * (Val(TextBox7.Value)))
If ComboBox133 <> 0 Then
If ComboBox133 <> Empty Then
TextBox32.Value = Format((val(combox108.value)-(Val(ComboBox108.Value) * (Val(ComboBox133.Value) / 100) )* (Val(TextBox7.Value)))
Private Sub textBox7_Change()
If ComboBox133 = 0 Then
If ComboBox133 = Empty Then
TextBox32.Value = Format(Val(ComboBox108.Value) * (Val(TextBox7.Value)))
If ComboBox133 <> 0 Then
If ComboBox133 <> Empty Then
TextBox32.Value = Format((val(combox108.value)-(Val(ComboBox108.Value) * (Val(ComboBox133.Value) / 100) )* (Val(TextBox7.Value)))
Private Sub comboBox133_Change()
If ComboBox133 = 0 Then
If ComboBox133 = Empty Then
TextBox32.Value = Format(Val(ComboBox108.Value) * (Val(TextBox7.Value)))
If ComboBox133 <> 0 Then
If ComboBox133 <> Empty Then
TextBox32.Value = Format((val(combox108.value)-(Val(ComboBox108.Value) * (Val(ComboBox133.Value) / 100) )* (Val(TextBox7.Value)))
su olması gerekli eger combobox133 bos veya o ise textbox7 ile combobox108 i carpıp textbox 32 e yazmalı
ancak combobox133 de deger var ise combobox 133 ile combobox108 i carpıp yuze bölmeli ve cıkan sonucu textbox 7 ile carpıp texbox32 ye yazmalı
yukarda yazdıgım sekilde ise mavi hata işareti end subda duruyor
saygılar
anlatım bozuklukları icin ozur dilerim
sorun alttaki kod ta sorun var ama bulamıyorum
Private Sub comboBox108_Change()
If ComboBox133 = 0 Then
If ComboBox133 = Empty Then
TextBox32.Value = Format(Val(ComboBox108.Value) * (Val(TextBox7.Value)))
If ComboBox133 <> 0 Then
If ComboBox133 <> Empty Then
TextBox32.Value = Format((val(combox108.value)-(Val(ComboBox108.Value) * (Val(ComboBox133.Value) / 100) )* (Val(TextBox7.Value)))
Private Sub textBox7_Change()
If ComboBox133 = 0 Then
If ComboBox133 = Empty Then
TextBox32.Value = Format(Val(ComboBox108.Value) * (Val(TextBox7.Value)))
If ComboBox133 <> 0 Then
If ComboBox133 <> Empty Then
TextBox32.Value = Format((val(combox108.value)-(Val(ComboBox108.Value) * (Val(ComboBox133.Value) / 100) )* (Val(TextBox7.Value)))
Private Sub comboBox133_Change()
If ComboBox133 = 0 Then
If ComboBox133 = Empty Then
TextBox32.Value = Format(Val(ComboBox108.Value) * (Val(TextBox7.Value)))
If ComboBox133 <> 0 Then
If ComboBox133 <> Empty Then
TextBox32.Value = Format((val(combox108.value)-(Val(ComboBox108.Value) * (Val(ComboBox133.Value) / 100) )* (Val(TextBox7.Value)))
su olması gerekli eger combobox133 bos veya o ise textbox7 ile combobox108 i carpıp textbox 32 e yazmalı
ancak combobox133 de deger var ise combobox 133 ile combobox108 i carpıp yuze bölmeli ve cıkan sonucu textbox 7 ile carpıp texbox32 ye yazmalı
yukarda yazdıgım sekilde ise mavi hata işareti end subda duruyor
saygılar
anlatım bozuklukları icin ozur dilerim
Son düzenleme: