M
m davidson
Hello all,
I've googled this question with every permutation I can think of and
kind find an answer.
I have created a multipage tabbed form for data entry. The tab behavior
on the first multipage works as expected. Sporadically, on the second
multipage of the form, the TAB behavior changes. As you tab through
the text boxes, the tab key behavior changes from moving you from the
current text to the next textbox in the tab order, to acting as a tab
keydown in a word processor or rich text box... it adds 5 spaces to the
end of the text in the current textbox.
Like I said, it's not a consistent problem. It pops up randomly.
More so on certain user stations, but I don't believe I have a
"versioning" problem.
If I close the form and reopen it, most times it will go back to the
expected behavior, (moving through the textboxes in taborder.) [ I've
got a second button located directly on the sheet that will reopen the
form with current data from the sheet 're-listed(?)' in the
textboxes, but I'm getting a lot of grumbling from the users at work
because of the weird behavior.]
Can anybody tell me what I've done to cause this or is this just a
bug in Excel?
(There's extra information about the form below, if needed, but above
is the basic question.)
Thanks,
Mike Davidson
**Extra Info**
The fom is a multipage form. The second multipage has several
textboxes that have a default value of zero. I did this, because my
math "needs" A value to be entered, and I didn't want null values AND
the data for these fields are not required entries. Theres data
validation for the boxes that checks for null or nonnumeric data. All
math and data validation is tied to the click event of a command button
(btnFinished). The only code tied directly to the textboxes events are
routines that change the backcolor of the textboxes on entry and exit.
After the user completes mulipage2, theres a button that posts the data
to the sheet and does the math. There's also a button on the sheet
itself that reopens the form and pulls the previously entered data back
into the textboxes. The button is on the sheet to allow the user to
correct data that passed validation, but was just "incorrect." I
include this information, because it appears that the proper tab
behavior is restored by cycling through this process. Closing the form
and posting data to the sheet and then reopening the form with current
data.
I've googled this question with every permutation I can think of and
kind find an answer.
I have created a multipage tabbed form for data entry. The tab behavior
on the first multipage works as expected. Sporadically, on the second
multipage of the form, the TAB behavior changes. As you tab through
the text boxes, the tab key behavior changes from moving you from the
current text to the next textbox in the tab order, to acting as a tab
keydown in a word processor or rich text box... it adds 5 spaces to the
end of the text in the current textbox.
Like I said, it's not a consistent problem. It pops up randomly.
More so on certain user stations, but I don't believe I have a
"versioning" problem.
If I close the form and reopen it, most times it will go back to the
expected behavior, (moving through the textboxes in taborder.) [ I've
got a second button located directly on the sheet that will reopen the
form with current data from the sheet 're-listed(?)' in the
textboxes, but I'm getting a lot of grumbling from the users at work
because of the weird behavior.]
Can anybody tell me what I've done to cause this or is this just a
bug in Excel?
(There's extra information about the form below, if needed, but above
is the basic question.)
Thanks,
Mike Davidson
**Extra Info**
The fom is a multipage form. The second multipage has several
textboxes that have a default value of zero. I did this, because my
math "needs" A value to be entered, and I didn't want null values AND
the data for these fields are not required entries. Theres data
validation for the boxes that checks for null or nonnumeric data. All
math and data validation is tied to the click event of a command button
(btnFinished). The only code tied directly to the textboxes events are
routines that change the backcolor of the textboxes on entry and exit.
After the user completes mulipage2, theres a button that posts the data
to the sheet and does the math. There's also a button on the sheet
itself that reopens the form and pulls the previously entered data back
into the textboxes. The button is on the sheet to allow the user to
correct data that passed validation, but was just "incorrect." I
include this information, because it appears that the proper tab
behavior is restored by cycling through this process. Closing the form
and posting data to the sheet and then reopening the form with current
data.