Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, suppose I have in cell B1 with the value of "x" can anyone suggest me
a macro which would drag cell A1 (A1 has a formula) until A"x"? I need a macro to drag down formulas, but the problem is have is the following: I've recorded a Macro, and for example the moment when I recorded it, I had at that time 30 rows, so it records the following marcro: Private Sub CommandButton1_Click() Range("A1").Select Range(Selection, Selection.End(xlDown)).Select Range("A1:A30").Select Selection.FillDown End Sub And if next time I have just 15 it drags until 30 and so on, how can I manage to have the value in this case of "30" to be taken from a value in cell B1?? thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
how can I drag formulas with other cell references | Excel Discussion (Misc queries) | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |