cocoa35
Altın Üye
- Katılım
- 6 Eylül 2007
- Mesajlar
- 654
- Excel Vers. ve Dili
- excel 2016 32 Bit ve Excel 2020 32 Bit Türkçe ve İngilizce
- Altın Üyelik Bitiş Tarihi
- 10-12-2024
Arkadaşlar merhaba, aşağıda vermiş olduğum kod'larda fazla veri olması nedeni ile hata veriyor! bunları nasıl bölebilirim acaba?
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("L6,L7,L8,L9,L10,L11,L13,L15,L16,L17,L22,L23,L25,L32,L34,L35,L36,L37,L41,L43,L44,L46,L48,L50,L52,L55,L57,L59,L60,L61,L62,L64,L66,L68,L69,L70,L71,L73,L74,L76,L77,L78,L79,L80,L81,L83,L84,L86,L88,L90,L92,L94,L96,L98,L100,L102,L104,L106,L108,L110,L112,L114,L116,L118,L119,L122,L124,L126,L128,L130,L132,L134,L136,L138,L141,L143,L145,L147,L149,L151,L153,L155,L157,L159,L162,L165,L168,L171,L174,L176,L178,L180,L182,L184,L186,L188,L190,L192,L195,L198,L201")) Is Nothing Then Exit Sub
Application.EnableEvents = False
Call fiyat1
Call fiyat2
Application.EnableEvents = True
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("L6,L7,L8,L9,L10,L11,L13,L15,L16,L17,L22,L23,L25,L32,L34,L35,L36,L37,L41,L43,L44,L46,L48,L50,L52,L55,L57,L59,L60,L61,L62,L64,L66,L68,L69,L70,L71,L73,L74,L76,L77,L78,L79,L80,L81,L83,L84,L86,L88,L90,L92,L94,L96,L98,L100,L102,L104,L106,L108,L110,L112,L114,L116,L118,L119,L122,L124,L126,L128,L130,L132,L134,L136,L138,L141,L143,L145,L147,L149,L151,L153,L155,L157,L159,L162,L165,L168,L171,L174,L176,L178,L180,L182,L184,L186,L188,L190,L192,L195,L198,L201")) Is Nothing Then Exit Sub
Application.EnableEvents = False
Call fiyat1
Call fiyat2
Application.EnableEvents = True
End Sub