K
K Hindall
I am building a UserForm in the VBE to be used to enter data into an
Excel worksheet.
It's pretty much done except for two *very* weird things.
First, the font shifts from one text box to the next. In the properties
they're all set to 12 pt. Osaka. (Osaka is the default Japanese font for
Mac, and my users are Japanese, although I'm working in the English
Excel 2004, set to a Japanese application in Microsoft's language
register so that I can view and handle Japanese text.) The first two
textboxes are in fact Osaka 12, but text boxes 3 through 8 are all
something larger, maybe 14 pt. Box 9 is back at Osaka 12, box 10 is the
larger font, and boxes 11 and 12 are Osaka 12 again. I can't figure for
the life of me what's going on there.
The textboxes are also all supposedly set to have a height of 20, but
they plainly don't. I can tell, just with the plain eyeball, that boxes
1 and 2 are larger than the rest. I even tried using the command via
the Format menu to try to get them the same height, but it didn't help.
Last but certainly not least, the tab key does not tab through the form.
I've checked my tab order, along with the TabIndex, Locked, TabStop, and
AutoTab properties on all my controls. The cursor stubbornly sits in
textbox 1 and won't budge.
Can anyone explain what is causing this mysterious behavior? Thanks!
K
Excel worksheet.
It's pretty much done except for two *very* weird things.
First, the font shifts from one text box to the next. In the properties
they're all set to 12 pt. Osaka. (Osaka is the default Japanese font for
Mac, and my users are Japanese, although I'm working in the English
Excel 2004, set to a Japanese application in Microsoft's language
register so that I can view and handle Japanese text.) The first two
textboxes are in fact Osaka 12, but text boxes 3 through 8 are all
something larger, maybe 14 pt. Box 9 is back at Osaka 12, box 10 is the
larger font, and boxes 11 and 12 are Osaka 12 again. I can't figure for
the life of me what's going on there.
The textboxes are also all supposedly set to have a height of 20, but
they plainly don't. I can tell, just with the plain eyeball, that boxes
1 and 2 are larger than the rest. I even tried using the command via
the Format menu to try to get them the same height, but it didn't help.
Last but certainly not least, the tab key does not tab through the form.
I've checked my tab order, along with the TabIndex, Locked, TabStop, and
AutoTab properties on all my controls. The cursor stubbornly sits in
textbox 1 and won't budge.
Can anyone explain what is causing this mysterious behavior? Thanks!
K