Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about
Sub EnterSomething() Dim R As Range For Each R In Worksheets("Sheet1").Range("A1:A10") ' or For each R in Selection R = R.Value Next R End Sub HTH, JP On Dec 20, 2:09 pm, Jim May wrote: Is there a VBA equivalent to doing this.. select a cell F2 into Edit mode - and Press enter Key Is there a VBA Eqiv? If so, what code line(s)? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enter multiple numbers in a cell so total shows when enter keypres | Excel Worksheet Functions | |||
How to enter or edit data to multiple worksheets on different ce | Excel Worksheet Functions | |||
F2 edit cells - new info disappears when I hit enter | Excel Discussion (Misc queries) | |||
Make "Edit" mode default, rather than "Enter"? | Excel Discussion (Misc queries) | |||
Why can't I edit my excel document? Edit buttons shaded. | New Users to Excel |