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.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen, 

kennt sich jemand mit Excel-VBA aus? Der folgende Code lässt sich nicht mehr ausführen, weiß jemand woran das liegen könnte? 

Gegebenenfalls muss am Code auch noch was geändert werden, dass er seine Funktion erfüllt, wollte es erstmal ausprobieren, aber es regt sich gar nichts:

Private Sub ZeilenInSpaltenSortieren()
        Dim qz As Integer
        Dim zz As Integer
        Dim zs As Integer
        Dim marker As Integer
    
        qz = 2
        zz = 1
        zs = 1
        marker = 10
        
    Do While Cells(zz, zs) = ""
        Cells(zz, zs).Value = Cells(qz, 1)
        qz = qz + 1
        zz = zz + 1
        zs = zs + 1
            If qz = 10 Then
                zs = 1
                zz = zz + 1
                marker = marker + 9
            End If
    Loop

End Sub

  • 2 Wochen später...
  • Autor

Hab eine Tabelle von pdf in Excel kopiert, dann sind alle Inhalte in Spalte A untereinander aufgelistet worden und nicht als Liste.

Das Makro hier schreibt die Inhalte in richtiger Reihenfolge untereinander. Hat auch funktioniert, hatte eine Variable vertauscht. Vielen Dank für die Bereitschaft.

 

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.