Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All,
I have a button whose job is to reset the value of a given range of cells and then fill it with a formulae. I know that if a range say value.001 is from B5 to B11 I can just write the code: Dim rng as Range Set rng=Thisworkbook.Names("value.001").ReferstoRange rng.Cells(1,1).Formulae="IF(Sheet1!AR66=0,0,($M$2* $B5)*Sheet1!AR66)" rng.FillDown but problem here is that value.001 is from B5 to Z11 and I need to copy these formulae across and down also. Across the formulaes keeps changing like for C5 the formulae is =IF (Sheet1!AS66=0,0,($M$2*$B5)*Sheet1!AS66)" and down like for B6 it is =IF(Sheet1!AR67=0,0,($M$2*$B6)*Sheet1!AR67) Now rng.Filldown would have increment the numbers of AR67 to AR68 and so on. The excel has function of fillright, filldown and fillup. But if I want a function or code that can do what i want across and down for all the cells in a range. Please guide, Regards, Yuvraj |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use formulae to display a specific picture in a cell? | Excel Discussion (Misc queries) | |||
Use a code to populate a cell with a specific value | Excel Worksheet Functions | |||
Copy text from cell to cell with one cell changing text | Excel Worksheet Functions | |||
How do I change the width a specific cell w/o changing whole page | Excel Discussion (Misc queries) | |||
how to color code a row of cells based on a specific cell value | New Users to Excel |