A AccessWillKill Registered User. Local time Today, 21:29 Joined Oct 2, 2010 Messages 50 Oct 5, 2010 #1 I'm pretty certain i did this in VB.Net in university, i know VB is a bit different but is it possible to populate an array using a loop?
I'm pretty certain i did this in VB.Net in university, i know VB is a bit different but is it possible to populate an array using a loop?
V vbaInet AWF VIP Local time Today, 21:29 Joined Jan 22, 2010 Messages 26,374 Oct 5, 2010 #2 There are some tutorials about loops in the FAQ section (I think) or Code Repository. dim the array, initialize it, loop through it using a For Each loop or normal For loop.
There are some tutorials about loops in the FAQ section (I think) or Code Repository. dim the array, initialize it, loop through it using a For Each loop or normal For loop.