Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I have spreadsheet that changes in row size and want to copy formula from column K2 and past the formula to the last row. Despite sometimes it ends at 1303 or 1500
Thanks D |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, got it to work
Dim LastRow As Lon Dim LastCol As Lon Dim rng As Rang With ActiveShee Set rng = .UsedRange 'try to reset lastused cel With rn LastRow = .Rows(.Rows.Count).Ro LastCol = .Columns(.Columns.Count).Colum End Wit .Range("K2").AutoFill Destination:=.Range("K2:K" & LastRow), Type:=xlFillDefaul End Wit |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Past Due/Completed on time date formula | Excel Discussion (Misc queries) | |||
how to make formula to get past due 30-60-90 days | Excel Worksheet Functions | |||
Past Special Concatenated formula | Excel Discussion (Misc queries) | |||
Conditional formatting formula for past due dates | Excel Discussion (Misc queries) | |||
Formula to count numbers past a specified limit | Excel Worksheet Functions |