Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form with three text boxes each initialized with an integer. No
problem. When the program is running I type in the first text box (which has the number 12 which is also not highlighted) the number 25 and press enter. Instead of showing 25 the text box shows 1225. Everything works as it should when I type into the remaining text boxes i.e.. I get a highlighted number which is overwritten by the number I typed in. How can I fix this? What is happening? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if this is the situation when the form is shown, set the tabindex property
of the first textbox to 0, the second textbox to 1 and the third textbox to 2. -- Regards, Tom Ogilvy "Jack" wrote in message ... I have a form with three text boxes each initialized with an integer. No problem. When the program is running I type in the first text box (which has the number 12 which is also not highlighted) the number 25 and press enter. Instead of showing 25 the text box shows 1225. Everything works as it should when I type into the remaining text boxes i.e.. I get a highlighted number which is overwritten by the number I typed in. How can I fix this? What is happening? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Form command not working on worksheet with merged cells | Excel Discussion (Misc queries) | |||
Using worksheets at a form but formulas are not working | Setting up and Configuration of Excel | |||
Open form to specific record quits working | New Users to Excel | |||
Load 2nd form - second one not working after hide - help pls | Excel Programming | |||
Form control not working | Excel Programming |