Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for a way to for an cell in Excel to automatically change to the
next cell one row below, upon population of the cell. I want to scan a barcode into a cell and without hitting enter, have the cell automatically move to the next cell and be ready to recieve another scanned barcode. Thank you, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bill see the "Worksheet_Change" event on Chip Pearson's site--follow
this link: http://www.cpearson.com/excel/events.htm HTH--Lonnie M. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Without hitting enter? If this is the case, it will still be in edit mode,
so it can't go anywhere (unless you exit some other way such as tab). -- HTH RP (remove nothere from the email address if mailing direct) "Bill" wrote in message ... I am looking for a way to for an cell in Excel to automatically change to the next cell one row below, upon population of the cell. I want to scan a barcode into a cell and without hitting enter, have the cell automatically move to the next cell and be ready to recieve another scanned barcode. Thank you, |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bill,
Most scanners can be configured to append a terminating character (such as enter or tab) to each scanned barcode. Take a look at your scanner documentation on how to enable that. Alek Szymanski http://www.barcodewiz.com Bill wrote: I am looking for a way to for an cell in Excel to automatically change to the next cell one row below, upon population of the cell. I want to scan a barcode into a cell and without hitting enter, have the cell automatically move to the next cell and be ready to recieve another scanned barcode. Thank you, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change cell contents when pull down menu choices change | Excel Worksheet Functions | |||
making copied cells change with change in original cell | Excel Worksheet Functions | |||
How do I change a number in one cell to change a series of cells? | Excel Discussion (Misc queries) | |||
Change workbook sheet reference using cell A1 to change a vairable | Excel Worksheet Functions | |||
Change Cell from Validated List Not Firing Worksheet Change Event | Excel Programming |