will you know the number of rows before you declare the array?
Dim v() as Double
i = Inputbox("Enter number of rows")
if not isnumeric(i) then
exit sub
End if
redim v(i,10)
--
Regards,
Tom Ogilvy
"Fredriksson via OfficeKB.com" wrote:
How do I declare an array where I know the Number of Columns but the number
of rows is Dynamic The Columns should be type text
--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200703/1