Thread
:
How do you loop through an array with some empty values?
View Single Post
11-27-2013, 02:30 PM
macropod
Windows 7 32bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
Quote:
Originally Posted by
BobBridges
What Paul's saying is that if you define an array like this:
Code:
Dim splitslash(10)
Actually, I was thinking more in terms of:
Code:
Dim splitslash splitslash = Array("one", "two", "three")
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod