Thread
:
Enter the same value for a group cells.
View Single Post
#
7
Posted to microsoft.public.excel.programming
No Name
Posts: n/a
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.
.
Reply With Quote