Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Dim rngDataRange As Range
Set rngDataRange = ActiveSheet.UsedRange.Offset(4, 5).Resize(, 1) Cells(5, 6).Copy rngDataRange.Cells(1, 1) rngDataRange.FillDown End Sub Above is a simple macro filling down a formula from cell F5. I'm running into a problem where it exceeds my list by 4 lines. How can I prevent this. My goal is to have rows 1-4 blank and the fill down end at the last piece of information. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with macro looping and color query function | Excel Discussion (Misc queries) | |||
Macro and sub rountines | Excel Discussion (Misc queries) | |||
Playing a macro from another workbook | Excel Discussion (Misc queries) | |||
Date macro | Excel Discussion (Misc queries) | |||
Macro and If Statement | Excel Discussion (Misc queries) |