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.

Objekt in Excel VBA erforderlich

Empfohlene Antworten

Veröffentlicht

Private Sub CommandButton4_Click()

'

' aaa Makro

' Makro am 25.03.2002 von nztim aufgezeichnet

'

'

'Range("A13").Select

If optionvertreter.Value Then

'True-Pfad

Else

Range("A13").Value = Kundennr.Text

End If

Range("A2").Select

Selection.QueryTable.Refresh BackgroundQuery:=False

'Range("A27").Select

If optionkunde.Value Then

'True-Pfad

Else

Range("A27").Value = Vertreter.Text

End If

Range("A21").Select

Selection.QueryTable.Refresh BackgroundQuery:=False

End Sub

Kann mir jemand sagen weshalb ich hier die Fehlermeldung Objekt erforderlich bekomme????

an derRange("A27").Value = Vertreter.Text

Wäre super wenn mir jemand tipps geben kann???

Danke

... dass vertreter ein objekt ist, welches in deinem code nicht initialisiert wurde (mit z.b.: "set vertreter = new vertreter")?

wenn dem so ist, dann ist es der grund fuer die fehlermeldung "objekt erforderlich", da man versucht eine eigenschaft (.text) eines nicht vorhandenen objektes auszulesen.

hoffe, es hilft

:-p~

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.