Thema Datum  Von Nutzer Rating
Antwort
10.11.2020 12:02:34 Luca
NotSolved
10.11.2020 12:15:31 Mase
NotSolved
Rot zu Code 2)
10.11.2020 12:23:00 Mase
NotSolved
10.11.2020 12:28:25 volti
NotSolved
10.11.2020 12:34:10 Mase
NotSolved
10.11.2020 12:42:22 volti
NotSolved
10.11.2020 12:47:33 Mase
NotSolved
10.11.2020 13:11:52 volti
NotSolved
10.11.2020 12:24:46 volti
NotSolved
10.11.2020 13:28:02 Luca
NotSolved
10.11.2020 14:20:37 volti
*****
Solved
10.11.2020 14:39:44 Luca
NotSolved
10.11.2020 17:33:47 Gast32038
NotSolved
10.11.2020 18:45:50 Mase
NotSolved
10.11.2020 12:37:38 Gast87108
NotSolved

Ansicht des Beitrags:
Von:
Mase
Datum:
10.11.2020 12:23:00
Views:
560
Rating: Antwort:
  Ja
Thema:
zu Code 2)
Sub LieferungerfasstT()

    Dim c As Excel.Range
    Dim v As Variant
   
    Columns("O:P").Insert
    
    For Each c In Range("N2:N" & Cells(Rows.Count, 14).End(xlUp).Row)
        If (Not c.Value = vbNullString) And (InStr(1, c.Value, "T") > 0) Then
            v = Split(c.Value, "T")
            c.Value = v(0)
            c.Offset(, 1).Value = v(1)
        End If
    Next c
    

End Sub

 


Ihre Antwort
  • Bitte beschreiben Sie Ihr Problem möglichst ausführlich. (Wichtige Info z.B.: Office Version, Betriebssystem, Wo genau kommen Sie nicht weiter)
  • Bitte helfen Sie ebenfalls wenn Ihnen geholfen werden konnte und markieren Sie Ihre Anfrage als erledigt (Klick auf Häckchen)
  • Bei Crossposting, entsprechende Links auf andere Forenbeiträge beifügen / nachtragen
  • Codeschnipsel am besten über den Code-Button im Text-Editor einfügen
  • Die Angabe der Emailadresse ist freiwillig und wird nur verwendet, um Sie bei Antworten auf Ihren Beitrag zu benachrichtigen
Thema: Name: Email:



  • Bitte beschreiben Sie Ihr Problem möglichst ausführlich. (Wichtige Info z.B.: Office Version, Betriebssystem, Wo genau kommen Sie nicht weiter)
  • Bitte helfen Sie ebenfalls wenn Ihnen geholfen werden konnte und markieren Sie Ihre Anfrage als erledigt (Klick auf Häckchen)
  • Bei Crossposting, entsprechende Links auf andere Forenbeiträge beifügen / nachtragen
  • Codeschnipsel am besten über den Code-Button im Text-Editor einfügen
  • Die Angabe der Emailadresse ist freiwillig und wird nur verwendet, um Sie bei Antworten auf Ihren Beitrag zu benachrichtigen

Thema Datum  Von Nutzer Rating
Antwort
10.11.2020 12:02:34 Luca
NotSolved
10.11.2020 12:15:31 Mase
NotSolved
Rot zu Code 2)
10.11.2020 12:23:00 Mase
NotSolved
10.11.2020 12:28:25 volti
NotSolved
10.11.2020 12:34:10 Mase
NotSolved
10.11.2020 12:42:22 volti
NotSolved
10.11.2020 12:47:33 Mase
NotSolved
10.11.2020 13:11:52 volti
NotSolved
10.11.2020 12:24:46 volti
NotSolved
10.11.2020 13:28:02 Luca
NotSolved
10.11.2020 14:20:37 volti
*****
Solved
10.11.2020 14:39:44 Luca
NotSolved
10.11.2020 17:33:47 Gast32038
NotSolved
10.11.2020 18:45:50 Mase
NotSolved
10.11.2020 12:37:38 Gast87108
NotSolved