![]() |
Range select
Please translate the following commands into working code. Range A3 select find the last row go to F colum and select the aria A3 to Fi then delete and go to Range (a1) select Can anyone help me GG |
Range select
Dim cLastRow As Long
Dim rng As Range cLastRow = Cells(Rows.Count, "A").End(xlUp).Row Set rng = Range("A3:F" & cLastRow) rng.Delete Shift:=xlShiftUp Range("A1").Select -- HTH RP (remove nothere from the email address if mailing direct) "GG" wrote in message ... Please translate the following commands into working code. Range A3 select find the last row go to F colum and select the aria A3 to Fi then delete and go to Range (a1) select Can anyone help me GG |
All times are GMT +1. The time now is 08:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com