+ Reply to Thread
Results 1 to 2 of 2

Cursor disappears / Cursor verschwindet

  1. #1
    Cevikel
    Guest

    Cursor disappears / Cursor verschwindet

    Hi NG ,

    I am having an excel sheet with a user form ( VBA-Macro ). This user form
    contains 5 TextBox'es ( from TextBox 11 to 15 ) for input of some values.
    When I input some values and press "enter" the cursor moves from one
    TextBox to the next one ( visible ). From TextBox 11 to 14 its okay but from
    TextBox 14 to 15 the cursor disappears and I have to enforce the
    cursor by selecting TextBox 15 by placing the mouse to it and clicking.
    Why this happens and can anyone help.
    Thanks in advance.

    Hallo Ng ,

    Ich habe eine Exceldatei mit einem Makro , wo am Anfang eine Userform
    eingeblendet wird. Diese Userform enthält 5 TextBoxen ( von TextBox 11 bis
    15 )
    um dort Werte ( Zahlen ) einzugeben. Wenn Ich Werte in die erste TextBox
    eingebe und auf "Return" drücke wird der Cursor auf die nächste TextBox
    weitergeschaltet ( sichtbar ). Von TextBox 11 bis 14 funktioniert das
    einwandfrei.
    Aber von TextBox 14 auf 15 verschwindet der Cursor und Ich muss TextBox 15
    mit der Maus anwählen ( anklicken ) und dann erst erscheint der Cursor
    wieder.
    Warum passiert das und kann irgendjemand helfen.
    Danke im Voraus.

    --
    Cevikel
    Tel. : 0911-433-6329
    mailto:[email protected]



  2. #2
    Tom Ogilvy
    Guest

    Re: Cursor disappears / Cursor verschwindet

    Look at the TabIndex and TabStop properties. The TabStop property should be
    true (if false, it won't receive focus when tabbing). The tabindex property
    indicates which order you tab through the controls.

    --
    Regards,
    Tom Ogilvy


    "Cevikel" <[email protected]> wrote in message
    news:[email protected]...
    > Hi NG ,
    >
    > I am having an excel sheet with a user form ( VBA-Macro ). This user form
    > contains 5 TextBox'es ( from TextBox 11 to 15 ) for input of some values.
    > When I input some values and press "enter" the cursor moves from one
    > TextBox to the next one ( visible ). From TextBox 11 to 14 its okay but

    from
    > TextBox 14 to 15 the cursor disappears and I have to enforce the
    > cursor by selecting TextBox 15 by placing the mouse to it and clicking.
    > Why this happens and can anyone help.
    > Thanks in advance.
    >
    > Hallo Ng ,
    >
    > Ich habe eine Exceldatei mit einem Makro , wo am Anfang eine Userform
    > eingeblendet wird. Diese Userform enthält 5 TextBoxen ( von TextBox 11 bis
    > 15 )
    > um dort Werte ( Zahlen ) einzugeben. Wenn Ich Werte in die erste TextBox
    > eingebe und auf "Return" drücke wird der Cursor auf die nächste TextBox
    > weitergeschaltet ( sichtbar ). Von TextBox 11 bis 14 funktioniert das
    > einwandfrei.
    > Aber von TextBox 14 auf 15 verschwindet der Cursor und Ich muss TextBox 15
    > mit der Maus anwählen ( anklicken ) und dann erst erscheint der Cursor
    > wieder.
    > Warum passiert das und kann irgendjemand helfen.
    > Danke im Voraus.
    >
    > --
    > Cevikel
    > Tel. : 0911-433-6329
    > mailto:[email protected]
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1