How to set the entire selection to a specific value without using VBA
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
|