Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
k, I can't seem to get this to work tried everything I could think but still not working. I have followig code: Dim LastRow as Long Dim LastRow1 as Long LastRow = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row Lastrow1 = ActiveSheet.Cells(Rows.Count, "O").End(xlUp).Row Range("K15").Select ActiveCell.FormulaR1C1 = "=R[-14]C[-10]" Range("K15:K" & LastRow).Filldown Range("L15").Select ActiveCell.FormulaR1C1 = "=R[-14]C[3]" Range("L15:L" & Lastrow1).Filldown But nothing gets copied. If I change End(xlUp) to Xldown, it does work, but as u know it copies all the way down. So not sure what I'm doing wrong. So seems the filldown not working. So need somethign like: Any suggestions how I can fix this? Thanks for any help provided. Juan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Some formulas don't track copies, pastes, fill right, fill down | Excel Discussion (Misc queries) | |||
Fill in form to type Item descrictions and costs and fill in funct | Excel Worksheet Functions | |||
I have a list of data, fill in the gaps. FILL function won't work | Excel Discussion (Misc queries) | |||
The fill feature in Excel that gives option to fill or copy | New Users to Excel | |||
How to fill colour in Excel, it appers No fill in my computer? | Excel Discussion (Misc queries) |