Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

vba: Felder auswählen

Empfohlene Antworten

Veröffentlicht

vba-word:

Wie kann ich denn in einem Formular ein Eingabefeld auswählen? Wie das auch über die Aktivierungsreihenfolge geht weiß ich, bräuchte dafür aber halt den Code.

PS: Antwort bitte für auch die nicht so bewanderten.

Hi,

dem Textfeld kannst Du per rechten Mausklick und Eigenschaften unter "Feldeinstellungen" -> "Textmarke" einen Namen zuweisen. Standardmäßig lauten die Textmarken "Text[x]" (x = fortlaufende Nummer).

Dann kannst Du die Textfelder mittels

FormFileds("Text[x]"). ansprechen.

z.B. FormFields("Text1").Enabled = False

Gruss

HansiPansi

  • Autor

Hab jetzt genau was ich Suchte, mach es mit

SendKeys "{TAB}", True
oder mit
TextBox1.SetFocus

:D :D

@HansiPansi: vielleicht hatte Ich meine Frage ein bischen falsch formuliert, trotzdem danke für deine Bemühungen.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.