repeating formulas

  • Thread starter Thread starter lifeguardernie
  • Start date Start date
L

lifeguardernie

how can i use the same formula on a whole list without retyping it every row?
 
Does this work?

Sub RowFormula()
Range("A1:A10").Formula = "=Today()"
End Sub
 
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 -

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top