Post Job Free
Sign in

Visual Basic System

Location:
New York, NY, 10038
Posted:
August 08, 2011

Contact this candidate

Resume:

VBA Constants for Visual Basic *.*

vbBack

vbCr

vbCrLf

vbFormFeed

vbLf

vbNewLine

vbNullChar

vbNullString

vbObjectError

vbTab

Assign an entire array to the Items collection:

Dim ItemObject(9) As System.Object

Dim i As Integer

For i = 0 To 9

ItemObject(i) = "Item" & i

Next i

ListBox1.Items.AddRange(ItemObject)



Contact this candidate