Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Let say I have a selected range (A1:A100) and I would like set every cell in the range to be 100. Instead of doing someting in VBA like Selection.value = "100" Is there a way that I can do this using exel? Some sort of keyboard shortcut would be nice. Thanks, Koye |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With your selection, type 100 and hit CTRL+ENTER
-- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "Koye Li" wrote in message ... Hi, Let say I have a selected range (A1:A100) and I would like set every cell in the range to be 100. Instead of doing someting in VBA like Selection.value = "100" Is there a way that I can do this using exel? Some sort of keyboard shortcut would be nice. Thanks, Koye |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Type 100 in the top field and hit cntrl-D (fill down.)
"Koye Li" wrote: Hi, Let say I have a selected range (A1:A100) and I would like set every cell in the range to be 100. Instead of doing someting in VBA like Selection.value = "100" Is there a way that I can do this using exel? Some sort of keyboard shortcut would be nice. Thanks, Koye |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot expand the selection to entire spreadsheet when sorting | Excel Worksheet Functions | |||
how to select entire row and column in a sigle cell selection | Excel Worksheet Functions | |||
MS Excel: hide a selection of data (not an entire row or column)? | Excel Discussion (Misc queries) | |||
Find and REPLACE within a selection, or column- not entire sheet/. | Excel Worksheet Functions | |||
Macro for selecting entire row from mouse cell selection | Excel Programming |