Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As usual I didn't read far enough. I have never used this method before, so
I will have to play around with it to get to understand how it works. But offhand, I don't see what would cause a calc loop. I know it sometimes happens in BeforeClose events if the calcultion isn't autocalc isn't turned off. Interesting. "dan dungan" wrote: Here is another example from the help files: KeyDown Event, TextBox Control, CurLine, CurTargetX, CurX, Text Properties Example Private Sub TextBox1_KeyUp(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer) TextBox2.Text = TextBox1.CurLine TextBox3.Text = TextBox1.CurX TextBox4.Text = TextBox1.CurTargetX End Sub I used this syntax to allow moving the cursor if the user pressed tab or enter because it seems there is no other way for the user to get out of the combobox except by using the mouse. Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ComboBox Issue | Excel Programming | |||
Combobox issue! | Excel Programming | |||
Combobox Issue | Excel Programming | |||
Another ComboBox Issue | Excel Programming | |||
Another ComboBox Issue | Excel Programming |