View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Enter the same value for a group cells.

Range("C4").Select
Selection.Copy
Range("E4:F10").Select
ActiveSheet.Paste
-----Original Message-----
How do I enter the same value for a group of selected

cells at once?

Thank You.


.