Results 1 to 5 of 5

Thread: Range Problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Range Problem

    Hallo zusammen,

    bekomme immer die Fehlermeldung 424 (Objekt erforderlich) weis nicht warum :/
    Ziel ist es einen bereich auf Inhalt zu prüfen.

    Sub Start() 
        dim Bereich as Range
        Set Bereich = Range(ActiveCell.Offset(0, 1), ActiveCell.Offset(0, 5)).Address <--- Hier kommt der Fehler. 
        If Bereich Is Nothing Then
            'TU DIES'                                
        Else
            'DU DAS'                                
        End If
    Besten Dank
    Last edited by Aussiebear; 12-28-2024 at 12:22 PM.

Posting Permissions

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