Hi..
I have two dimensional array named "ARRAY", the value of each element are:
(1,1) = 50
(1,2) = 70
(1,3) = 100
(2,1) = 30
(2.2) = 40
(2,3) = 45
i just want to print the value to the range for example a1:a3
if i code it like this
will give value of 50 , 70, 100 in a1 to a3 (first array)![]()
Please Login or Register to view this content.
how should I code it so in a1 to a3 I will print 30, 40 and 45 (second array) ???
if I code it
it won't work![]()
Please Login or Register to view this content.
please help..
thanks
Bookmarks