Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Can I format a cell to have the curser automatically go to a different
specified cell? |
#2
![]() |
|||
|
|||
![]()
No, you cannot format anything to go anywhere. Only way of doing this would
be to use an event macro Regards, Peo Sjoblom "1google" wrote: Can I format a cell to have the curser automatically go to a different specified cell? |
#3
![]() |
|||
|
|||
![]()
Which could look like this........
''moves from C2 through E5 at entry Private Sub Worksheet_Change(ByVal Target As Range) Select Case Target.Address Case "$C$2" Range("C5").Select Case "$C$5" Range("E2").Select Case "$E$2" Range("E5").Select End Select End Sub Gord Dibben Excel MVP On Fri, 14 Jan 2005 06:19:02 -0800, "Peo Sjoblom" wrote: No, you cannot format anything to go anywhere. Only way of doing this would be to use an event macro Regards, Peo Sjoblom "1google" wrote: Can I format a cell to have the curser automatically go to a different specified cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How do I unhide the cell format function in Excel 2000 | Excel Worksheet Functions | |||
prevent 4/5 in a cell automatically transfer to a date format | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
Can Excel add a set percentage to a cell automatically when you type in a number | Excel Worksheet Functions |