79723254

Date: 2025-08-02 09:41:43
Score: 2
Natty:
Report link

Dim myName As String

Dim outputstring() As String, OutArray() As Variant

Dim VarObj As Variant, K As Integer

myName = "Gur, singh, Mac, Math, Eng"

List1.Clear

outputstring = Split(myName, ",")

For K = LBound(outputstring) To UBound(outputstring)

List1.AddItem Trim(outputstring(K))

Next K

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: gs singh