DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
For B = 4 To [C65536].End(3).Row
SÜTUN = 7
SÜTUN = 7
kodunun aşağıdaki prosüdürden sonra başlaması için değiştiriniz.
Merhaba sayın halit3,
Çözüm için teşekkür ederim,
Sıralama halloldu, silinme esnasında çizgiler de sabit kalabilir yada veri yenilendiğinde çizgi atılabilirse memnun olurum.
Teşekkür ederim.
Cells(C, SÜTUN).Borders(xlDiagonalDown).LineStyle = xlNone
Cells(C, SÜTUN).Borders(xlDiagonalUp).LineStyle = xlNone
Cells(C, SÜTUN).Borders(xlEdgeLeft).LineStyle = xlContinuous
Cells(C, SÜTUN).Borders(xlEdgeTop).LineStyle = xlContinuous
Cells(C, SÜTUN).Borders(xlEdgeBottom).LineStyle = xlContinuous
Cells(C, SÜTUN).Borders(xlEdgeRight).LineStyle = xlContinuous
Cells(C, SÜTUN) = Cells(3, A)
bundan sonra
aşağıdaki kodları ilave ediniz.
Kod:Cells(C, SÜTUN).Borders(xlDiagonalDown).LineStyle = xlNone Cells(C, SÜTUN).Borders(xlDiagonalUp).LineStyle = xlNone Cells(C, SÜTUN).Borders(xlEdgeLeft).LineStyle = xlContinuous Cells(C, SÜTUN).Borders(xlEdgeTop).LineStyle = xlContinuous Cells(C, SÜTUN).Borders(xlEdgeBottom).LineStyle = xlContinuous Cells(C, SÜTUN).Borders(xlEdgeRight).LineStyle = xlContinuous