May 28, 2002 #1 Taff07 MIS Jul 18, 2001 160 GB Hi, Is there a way to retreive the size of an array after it`s been declared? E.g dim QueryList(67) as Variant I wish to retreive later on in the code the value '67' or equivilent at the time as this size is subject to change. Thanks Ian
Hi, Is there a way to retreive the size of an array after it`s been declared? E.g dim QueryList(67) as Variant I wish to retreive later on in the code the value '67' or equivilent at the time as this size is subject to change. Thanks Ian
May 28, 2002 #2 oharab Programmer May 21, 2002 2,152 GB ubound(querylist) Ben ---------------------------------- Ben O'Hara bo104@westyorkshire.police.uk ---------------------------------- Upvote 0 Downvote
ubound(querylist) Ben ---------------------------------- Ben O'Hara bo104@westyorkshire.police.uk ----------------------------------