Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When using the macro recorder to autofil...
Range("F3").Select Selection.AutoFill Destination:=Range("F3:F75") F75 was chosen as the end point because the data in Column E stopped at row 75. Is there a way to code the autofil so that the end point is dynamic with out having to calculate the ending row? Something like... Range("E3").AutoFill Destination:=Range(Range("E3"), Range("E3").End(xlDown)) <- xlDown takes the autofil to row 65536. How do I make it stop at 75? -- Regards, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto complete only for one row down? | Excel Discussion (Misc queries) | |||
auto complete | Excel Worksheet Functions | |||
Auto Filter With Auto Complete Ability | Excel Discussion (Misc queries) | |||
Auto complete | Excel Worksheet Functions | |||
Auto Complete | Excel Programming |