L lifeguardernie Dec 31, 2007 #1 how can i use the same formula on a whole list without retyping it every row?
C Charles Chickering Dec 31, 2007 #2 Does this work? Sub RowFormula() Range("A1:A10").Formula = "=Today()" End Sub
J Joe Jan 1, 2008 #3 Does this work? Sub RowFormula() Range("A1:A10").Formula = "=Today()" End Sub -- Charles Chickering "A good example is twice the value of good advice." - Show quoted text - Click to expand... On a simpler level, just enter in one cell. Copy and paste in all cells. You can use Paste Special also to paste just the formulas... HTH Joe
Does this work? Sub RowFormula() Range("A1:A10").Formula = "=Today()" End Sub -- Charles Chickering "A good example is twice the value of good advice." - Show quoted text - Click to expand... On a simpler level, just enter in one cell. Copy and paste in all cells. You can use Paste Special also to paste just the formulas... HTH Joe