Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Chork
Sheet event code? You did say "if data is entered". 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 This is event code which runs when a value is entered in one of the trigger cells. Right-click on the sheet tab and "View Code". copy/paste the code into that module. For non-VBA methods of moving from one cell to another in sequence see Bob Phillips's site. http://www.xldynamic.com/source/xld.xlFAQ0008.html Gord Dibben MS Excel MVP On Thu, 24 May 2007 06:05:01 -0700, Chork wrote: Is there a way to enable users who once they enter data into a cell, simply hit the tab key and move to the next cell requiring data entry? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you make a tab entry form in excel like you can in word | Excel Worksheet Functions | |||
data entry form Excel | Excel Discussion (Misc queries) | |||
excel-convert list of 52 into a form with each entry on a single | Excel Discussion (Misc queries) | |||
data entry form in excel | New Users to Excel | |||
create a data entry form template in Excel 2003? | Excel Discussion (Misc queries) |