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 für Excel) Block von zellen zeilenweise durchgehn und pürfen ...

Empfohlene Antworten

Veröffentlicht

Also ich hab folgendes Problem ich möchte in VBA eine Prozedur bzw. ne Funktion erstellen mit der ich den Zellenblock (B4:F35) zeile für zeile durchgehen kann

also ich möchte von b4 bis f4 gehen und kontrollieren ob die inhalte der zellen leer sind wenn ja dann zur nächsten zeile also b5 bis f5 und wieder schauen ob die zellen von b5 bis f5 leer sind

des ganze soll dann eben bis b35 runter gehn

ich weiß jetzt leider keine vba befehle mit denen ich des realisieren könnte

über ne codebeispiel bzw hilfe bedanke ich mich schon mal im voraus

Kannsts vielleicht ma so machen:

Dim a As Integer
Dim b As Integer
a = 4
b = 2
While Sheets("tabelle1").Cells(a, = "" And a <= 35
b = b + 1
If b = 6 Then
b = 2
a = a + 1
End If
Wend[/PHP]

Goos

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.