Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a range of cells that I need to Autofill, however, the number of rows
changes on an irregular basis based on a different set of information. Therefore, I need to somehow incorporate this in a macro... In one cell I have the "CountA" formula to count the number of cells of a particular type of information in a certain data set. This number will need to be used in a macro to limit the number of rows the autofill will select with a different dataset. so something along the lines of: Range("B4:P4").Select Selection.AutoFill Destination:=Range("B4:P(Sommaire!C10)"), Type:=xlFillDefault Range("B4:P(Sommaire!C10)").Select The (Sommaire!C10) is where the value of the CountA formula is found. I hope I made this clear enough, Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Range used in a macro needs to be variable | Excel Worksheet Functions | |||
Resize Range - Macro | Excel Worksheet Functions | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Chart based on variable number of columns | Charts and Charting in Excel |