View Single Post
 
Old 11-27-2013, 02:30 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by BobBridges View Post
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]
Reply With Quote