Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default First text box in form not working right

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default First text box in form not working right

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Form command not working on worksheet with merged cells JohnH Excel Discussion (Misc queries) 0 May 17th 10 01:28 PM
Using worksheets at a form but formulas are not working evilthorne Setting up and Configuration of Excel 2 January 4th 10 03:32 AM
Open form to specific record quits working Ron Weaver New Users to Excel 1 February 4th 07 07:48 PM
Load 2nd form - second one not working after hide - help pls Cheryl Excel Programming 3 August 20th 04 06:42 PM
Form control not working Duane Excel Programming 2 July 21st 03 02:20 PM


All times are GMT +1. The time now is 01:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"