- Katılım
- 25 Ocak 2009
- Mesajlar
- 110
- Excel Vers. ve Dili
- Excel-2007 Türkçe
Merhaba arkadaşlar aşağıdaki kodda ikinci select kısmına geldiğimde hata mesajı ile karşılaşıyorum.
Method Range of object Worksheet failed mesajı çıkıyor.
Birinci select de herhangi bir sorun çıkmazken ikincisinde neden böyle hata çıkıyor?
Teşekkürler
İyi çalışmalar
Sayfa2.Range(Cells(1, 1), Cells(1, 60)).Select
With Selection
.MergeCells = False
.ClearContents
End With
Sayfa2.Range(Cells(1, 1)).Select
With Selection
.MergeCells = True
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.FormulaLocal = "İncelenecek Kesit Adedi"
End With
Method Range of object Worksheet failed mesajı çıkıyor.
Birinci select de herhangi bir sorun çıkmazken ikincisinde neden böyle hata çıkıyor?
Teşekkürler
İyi çalışmalar
Sayfa2.Range(Cells(1, 1), Cells(1, 60)).Select
With Selection
.MergeCells = False
.ClearContents
End With
Sayfa2.Range(Cells(1, 1)).Select
With Selection
.MergeCells = True
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.FormulaLocal = "İncelenecek Kesit Adedi"
End With
