Kaeft 0 Posted July 16, 2010 I have a 1D array that I am trying to find the total number of lines in it. I thought maybe there would be an _ArrayCount function or something like that. I've been reading quite a bit today and my brain is shot. I'm lost. Thanks for the help in advance. Share this post Link to post Share on other sites
omikron48 0 Posted July 16, 2010 Look for UBound in the help file. Share this post Link to post Share on other sites
Kaeft 0 Posted July 16, 2010 Look for UBound in the help file.I knew it would be simple. Thanks a bunch. Share this post Link to post Share on other sites