Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default repeating formulas

how can i use the same formula on a whole list without retyping it every row?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 272
Default repeating formulas

Does this work?

Sub RowFormula()
Range("A1:A10").Formula = "=Today()"
End Sub

--
Charles Chickering

"A good example is twice the value of good advice."


"lifeguardernie" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default repeating formulas

On Jan 1, 4:42*am, Charles Chickering
wrote:
Does this work?

Sub RowFormula()
Range("A1:A10").Formula = "=Today()"
End Sub

--
Charles Chickering

"A good example is twice the value of good advice."



"lifeguardernie" wrote:
how can i use the same formula on a whole list without retyping it every row?- Hide quoted text -


- 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
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default repeating formulas

before i read this i tried using fill which worked also

"Joe" wrote:

On Jan 1, 4:42 am, Charles Chickering
wrote:
Does this work?

Sub RowFormula()
Range("A1:A10").Formula = "=Today()"
End Sub

--
Charles Chickering

"A good example is twice the value of good advice."



"lifeguardernie" wrote:
how can i use the same formula on a whole list without retyping it every row?- Hide quoted text -


- 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to repeating many formulas Roysitito Excel Discussion (Misc queries) 2 January 30th 09 02:21 PM
Repeating formulas.... DanF Excel Discussion (Misc queries) 2 June 27th 08 08:58 AM
Repeating Formulas Striderider Excel Worksheet Functions 2 May 25th 06 06:15 AM
repeating formulas sunrock Excel Discussion (Misc queries) 1 February 21st 06 06:39 PM
Repeating formulas in VBA scrabtree23[_3_] Excel Programming 7 July 25th 05 06:25 PM


All times are GMT +1. The time now is 08:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"