Sub test()
Dim barisakhir As Long
Dim kolomakhir As Long
barisakhir = Cells.Find(what:="*", searchdirection:=xlPrevious, searchorder:=xlByRows).Row
kolomakhir = Cells.Find(what:="*", searchdirection:=xlPrevious, searchorder:=xlByColumns).Column
Range("C3").Resize(barisakhir, kolomakhir).Select
End Sub
Senin, 25 Oktober 2021
Ngeblok sejumlah Baris dan Kolom Akhir
Langganan:
Posting Komentar (Atom)
Menghitung USIA Excel
=BYROW(D2:D100; LAMBDA(tanggal_lahir; IF(tanggal_lahir=""; ""; DATEDIF(tanggal_lahir; TODAY(); "y"...
-
Salin ke Clipboard Salin ke Clipboard Salin Tercopy! ...
-
=MOD(ROW();2)=1
-
Option Explicit Sub test() Dim fileku As String, lokasi As String lokasi = "D:\Raport Nafa\" fileku = Dir(lokasi & "*...
Tidak ada komentar:
Posting Komentar