Sunday, May 31, 2009

Memilih Baris Tertentu sampai Baris Terakhir

Coding memilih baris tertentu, kemudian menyeleksi sampai baris terakhir :

Sub Pilih_B5_baris_akhir()
Range("B5").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Interior.ColorIndex = xlNone
End Sub

No comments:

Post a Comment