Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 13
Default Enter the same value for a group cells.

How do I enter the same value for a group of selected cells at once?

Thank You.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Enter the same value for a group cells.

Hi
see your other post
use
CTRL+ENTER

-----Original Message-----
How do I enter the same value for a group of selected

cells at once?

Thank You.


.

  #3   Report Post  
Posted to microsoft.public.excel.charting,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 27,285
Default Enter the same value for a group cells.

Select the cells

go to the formula bar and enter the value

do Ctrl+Enter rather than just enter to finish.

--
Regards,
Tom Ogilvy

"Raymond" wrote in message
...
How do I enter the same value for a group of selected cells at once?

Thank You.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Enter the same value for a group cells.

Holding down the control key when you press enter should update all o
the selected cells.



--
Message posted from http://www.ExcelForum.com

  #5   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.


.



  #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.


.

  #7   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.


.

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
Match a group of cells with another group of cells Rod in Oz Excel Worksheet Functions 1 October 9th 08 01:45 AM
Macro to select cells in column enter data then press enter NP New Users to Excel 1 February 20th 08 04:21 PM
Copy Data from One Group of Cells to Another Group Alan Auerbach Charts and Charting in Excel 2 May 27th 07 04:12 PM
Group Cell??? so could enter just once... Astroboy Excel Discussion (Misc queries) 11 October 13th 06 02:02 AM
copy group of cells to another group of cells using "IF" in third Chuckak Excel Worksheet Functions 2 November 10th 04 06:04 PM


All times are GMT +1. The time now is 09:22 AM.

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"