Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
why does this code not input a formula into cells
e5 to end of data Range("D6").Select Selection.End(xlDown).Select ActiveCell.Offset(0, 1).Range("A1").Select Do Until Range("E5").Select ActiveCell.FormulaR1C1 = "=R2C8/(RC[-2]-RC[-4])" ActiveCell.Offset(-1, 0).Range("a1").Select Loop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change case...help please | Excel Worksheet Functions | |||
Macro for changing text to Proper Case | Excel Worksheet Functions | |||
Using other workbooks.. | Excel Worksheet Functions | |||
Make Change Case in Excel a format rather than formula | Excel Worksheet Functions | |||
Opening a file with code without a set file name | Excel Discussion (Misc queries) |